Last active
December 21, 2015 22:18
-
-
Save wwqgtxx/6373925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set PYTHONDONTWRITEBYTECODE=x | |
cd /D "%~dp0" | |
cls | |
cd greatagent2-esr | |
git rev-list HEAD >git.txt | |
python27 makehash.py | |
python27 sign.py | |
del /f /s /q git.txt | |
del /f /s /q *.pyc | |
del /f /s /q *.pyo | |
pause | |
git config --global push.default matching | |
git config core.autocrlf false | |
git init | |
git add --all . | |
git add -u | |
git commit -m"bat" | |
git push https://code.google.com/p/greatagent2-test.esr/ +master | |
pause | |
git push https://code.google.com/p/greatagent-esr.esr/ +master | |
start /min git push https://code.google.com/p/greatagent-fxga.esr/ +master | |
start /min git push https://code.google.com/p/greatagent-fxwp.esr/ +master | |
git push https://code.google.com/p/greatagent-fx.esr/ +master | |
start /min git push https://code.google.com/p/greatagent-bkga.esr/ +master | |
start /min git push https://code.google.com/p/greatagent-bkwp.esr/ +master | |
git push https://code.google.com/p/greatagent-bk.esr/ +master | |
pause | |
git push https://code.google.com/p/greatagent2-ga.esr/ +master | |
start /min git push https://code.google.com/p/greatagent2-fxga.esr/ +master | |
start /min git push https://code.google.com/p/greatagent2-saga.esr/ +master | |
start /min git push https://code.google.com/p/greatagent2-opga.esr/ +master | |
git push https://code.google.com/p/greatagent2-wp.esr/ +master | |
start /min git push https://code.google.com/p/greatagent2-fxwp.esr/ +master | |
start /min git push https://code.google.com/p/greatagent2-sawp.esr/ +master | |
start /min git push https://code.google.com/p/greatagent2-opwp.esr/ +master | |
pause | |
git push [email protected]:greatagent2/esr.git +master | |
git push [email protected]:greatagent2/esr.git +master | |
git push [email protected]:greatagent2/esr.git +master | |
git push [email protected]:greatagent2/esr.git +master | |
git push [email protected]:greatagent2/esr.git +master | |
git push [email protected]:greatagent2/esr.git +master:gh-pages | |
git push https://code.google.com/p/greatagent2-esr/ +master | |
git push https://code.google.com/p/greatagent2-bkga.esr/ +master | |
start /min git push https://code.google.com/p/greatagent2-bkwp.esr/ +master | |
pause | |
cd .. | |
rmdir /S /Q greatagent2-esr-Release | |
mkdir greatagent2-esr-Release | |
xcopy greatagent2-esr\* greatagent2-esr-Release /s /e | |
pause | |
del /f /s /q greatagent2-esr-Release\sha1.ini | |
del /f /s /q greatagent2-esr-Release\sha1.sign | |
rmdir /S /Q greatagent2-esr-Release\.git | |
rmdir /S /Q greatagent2-esr-Release\FirefoxPortable | |
pause | |
cd greatagent2-esr | |
git gc | |
pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set PYTHONDONTWRITEBYTECODE=x | |
cd /D "%~dp0" | |
cls | |
cd greatagent2-ga | |
git rev-list HEAD >git.txt | |
python27 makehash.py | |
python27 sign.py | |
del /f /s /q git.txt | |
del /f /s /q *.pyc | |
del /f /s /q *.pyo | |
pause | |
git config --global push.default matching | |
git config core.autocrlf false | |
git init | |
git add --all . | |
git add -u | |
git commit -m"bat" | |
git push https://code.google.com/p/greatagent2-test.ga/ +master | |
pause | |
git push https://code.google.com/p/greatagent2-ga.ga/ +master | |
start /min git push https://code.google.com/p/greatagent2-fxga.ga/ +master | |
start /min git push https://code.google.com/p/greatagent2-saga.ga/ +master | |
start /min git push https://code.google.com/p/greatagent2-opga.ga/ +master | |
pause | |
git push https://code.google.com/p/greatagent2-wp.ga/ +master | |
start /min git push https://code.google.com/p/greatagent2-fxwp.ga/ +master | |
start /min git push https://code.google.com/p/greatagent2-sawp.ga/ +master | |
start /min git push https://code.google.com/p/greatagent2-opwp.ga/ +master | |
pause | |
git push [email protected]:greatagent2/ga.git +master | |
git push [email protected]:greatagent2/ga.git +master | |
git push [email protected]:greatagent2/ga.git +master | |
git push [email protected]:greatagent2/ga.git +master | |
git push [email protected]:greatagent2/ga.git +master | |
git push [email protected]:greatagent2/ga.git +master:gh-pages | |
git push https://code.google.com/p/greatagent2-ga/ +master | |
git push https://code.google.com/p/greatagent2-bkga.ga/ +master | |
start /min git push https://code.google.com/p/greatagent2-bkwp.ga/ +master | |
pause | |
cd .. | |
rmdir /S /Q greatagent2-ga-Release | |
mkdir greatagent2-ga-Release | |
xcopy greatagent2-ga\* greatagent2-ga-Release /s /e | |
pause | |
del /f /s /q greatagent2-ga-Release\sha1.ini | |
del /f /s /q greatagent2-ga-Release\sha1.sign | |
rmdir /S /Q greatagent2-ga-Release\.git | |
rmdir /S /Q greatagent2-ga-Release\FirefoxPortable | |
pause | |
cd greatagent2-ga | |
git gc | |
pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set PYTHONDONTWRITEBYTECODE=x | |
cd /D "%~dp0" | |
cls | |
cd greatagent2-wp | |
git rev-list HEAD >git.txt | |
python27 makehash.py | |
python27 sign.py | |
del /f /s /q git.txt | |
del /f /s /q *.pyc | |
del /f /s /q *.pyo | |
pause | |
git config --global push.default matching | |
git config core.autocrlf false | |
git init | |
git add --all . | |
git add -u | |
git commit -m"bat" | |
git push https://code.google.com/p/greatagent2-test.wp/ +master | |
pause | |
git push https://code.google.com/p/greatagent2-wp.wp/ +master | |
start /min git push https://code.google.com/p/greatagent2-fxwp.wp/ +master | |
start /min git push https://code.google.com/p/greatagent2-sawp.wp/ +master | |
start /min git push https://code.google.com/p/greatagent2-opwp.wp/ +master | |
pause | |
git push https://code.google.com/p/greatagent2-ga.wp/ +master | |
start /min git push https://code.google.com/p/greatagent2-fxga.wp/ +master | |
start /min git push https://code.google.com/p/greatagent2-saga.wp/ +master | |
start /min git push https://code.google.com/p/greatagent2-opga.wp/ +master | |
pause | |
git push [email protected]:greatagent2/wp.git +master | |
git push [email protected]:greatagent2/wp.git +master | |
git push [email protected]:greatagent2/wp.git +master | |
git push [email protected]:greatagent2/wp.git +master | |
git push [email protected]:greatagent2/wp.git +master | |
git push [email protected]:greatagent2/wp.git +master:gh-pages | |
git push https://code.google.com/p/greatagent2-wp/ +master | |
git push https://code.google.com/p/greatagent2-bkwp.wp/ +master | |
start /min git push https://code.google.com/p/greatagent2-bkga.wp/ +master | |
pause | |
cd .. | |
rmdir /S /Q greatagent2-wp-Release | |
mkdir greatagent2-wp-Release | |
xcopy greatagent2-wp\* greatagent2-wp-Release /s /e | |
pause | |
del /f /s /q greatagent2-wp-Release\sha1.ini | |
del /f /s /q greatagent2-wp-Release\sha1.sign | |
rmdir /S /Q greatagent2-wp-Release\.git | |
rmdir /S /Q greatagent2-wp-Release\FirefoxPortable | |
pause | |
cd greatagent2-wp | |
git gc | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment