Created
June 8, 2014 06:53
-
-
Save wwqgtxx/c6a1af61327b0ab87f5c 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 greatagent3-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 [email protected]:greatagent3-test/esr.git +master:gh-pages | |
git push [email protected]:greatagent3-test/esr.git +master:gitcafe-pages | |
pause | |
git push [email protected]:greatagent3/esr.git +master:gh-pages | |
git push [email protected]:greatagent3/esr.git +master:gitcafe-pages | |
pause | |
git push [email protected]:greatagent3/esr.git +master | |
git push [email protected]:greatagent3-test/esr.git +master | |
git push [email protected]:greatagent3-test/esr.git +master | |
git push [email protected]:greatagent3/esr.git +master | |
git push [email protected]:greatagent3/esr.git +master | |
pause | |
cd .. | |
rmdir /S /Q greatagent3-esr-Release | |
mkdir greatagent3-esr-Release | |
xcopy greatagent3-esr\* greatagent3-esr-Release /s /e | |
pause | |
del /f /s /q greatagent3-esr-Release\sha1.ini | |
del /f /s /q greatagent3-esr-Release\sha1.sign | |
rmdir /S /Q greatagent3-esr-Release\.git | |
rmdir /S /Q greatagent3-esr-Release\FirefoxPortable | |
pause | |
cd greatagent3-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 greatagent3-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 [email protected]:greatagent3-test/ga.git +master:gh-pages | |
git push [email protected]:greatagent3-test/ga.git +master:gitcafe-pages | |
pause | |
git push [email protected]:greatagent3/ga.git +master:gh-pages | |
git push [email protected]:greatagent3/ga.git +master:gitcafe-pages | |
pause | |
git push [email protected]:greatagent3/ga.git +master | |
git push [email protected]:greatagent3-test/ga.git +master | |
git push [email protected]:greatagent3-test/ga.git +master | |
git push [email protected]:greatagent3/ga.git +master | |
git push [email protected]:greatagent3/ga.git +master | |
pause | |
cd .. | |
rmdir /S /Q greatagent3-ga-Release | |
mkdir greatagent3-ga-Release | |
xcopy greatagent3-ga\* greatagent3-ga-Release /s /e | |
pause | |
del /f /s /q greatagent3-ga-Release\sha1.ini | |
del /f /s /q greatagent3-ga-Release\sha1.sign | |
rmdir /S /Q greatagent3-ga-Release\.git | |
rmdir /S /Q greatagent3-ga-Release\FirefoxPortable | |
pause | |
cd greatagent3-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 greatagent3-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 [email protected]:greatagent3-test/wp.git +master:gh-pages | |
git push [email protected]:greatagent3-test/wp.git +master:gitcafe-pages | |
pause | |
git push [email protected]:greatagent3/wp.git +master:gh-pages | |
git push [email protected]:greatagent3/wp.git +master:gitcafe-pages | |
pause | |
git push [email protected]:greatagent3/wp.git +master | |
git push [email protected]:greatagent3-test/wp.git +master | |
git push [email protected]:greatagent3-test/wp.git +master | |
git push [email protected]:greatagent3/wp.git +master | |
git push [email protected]:greatagent3/wp.git +master | |
pause | |
cd .. | |
rmdir /S /Q greatagent3-wp-Release | |
mkdir greatagent3-wp-Release | |
xcopy greatagent3-wp\* greatagent3-wp-Release /s /e | |
pause | |
del /f /s /q greatagent3-wp-Release\sha1.ini | |
del /f /s /q greatagent3-wp-Release\sha1.sign | |
rmdir /S /Q greatagent3-wp-Release\.git | |
rmdir /S /Q greatagent3-wp-Release\FirefoxPortable | |
pause | |
cd greatagent3-wp | |
git gc | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment