mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
lr branches go away
This commit is contained in:
parent
fe2f97e138
commit
52718c1331
1 changed files with 4 additions and 8 deletions
|
@ -3,8 +3,7 @@
|
||||||
rm -f READY/*
|
rm -f READY/*
|
||||||
mkdir -p READY
|
mkdir -p READY
|
||||||
|
|
||||||
#git checkout master
|
git checkout master
|
||||||
git checkout lr
|
|
||||||
./scripts/packageTool.sh --updateVersion
|
./scripts/packageTool.sh --updateVersion
|
||||||
ant distclean
|
ant distclean
|
||||||
fbuild
|
fbuild
|
||||||
|
@ -12,23 +11,20 @@ mv bin/FBReaderJ.apk READY
|
||||||
#cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.master.txt
|
#cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.master.txt
|
||||||
|
|
||||||
#git checkout ice-cream-sandwich
|
#git checkout ice-cream-sandwich
|
||||||
#git checkout yota2
|
git checkout yota2
|
||||||
git checkout lr-ics
|
|
||||||
./scripts/packageTool.sh --updateVersion
|
./scripts/packageTool.sh --updateVersion
|
||||||
ant clean
|
ant clean
|
||||||
fbuild
|
fbuild
|
||||||
mv bin/FBReaderJ.apk READY/FBReaderJ_ice-cream-sandwich.apk
|
mv bin/FBReaderJ.apk READY/FBReaderJ_ice-cream-sandwich.apk
|
||||||
#cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.ice-cream-sandwich.txt
|
#cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.ice-cream-sandwich.txt
|
||||||
|
|
||||||
#git checkout nook
|
git checkout nook
|
||||||
git checkout lr-nook
|
|
||||||
./scripts/packageTool.sh --updateVersion
|
./scripts/packageTool.sh --updateVersion
|
||||||
ant clean
|
ant clean
|
||||||
fbuild
|
fbuild
|
||||||
mv bin/FBReaderJ.apk READY/FBReaderJ_nst.apk
|
mv bin/FBReaderJ.apk READY/FBReaderJ_nst.apk
|
||||||
|
|
||||||
#git checkout kindle
|
git checkout kindle
|
||||||
git checkout lr-kindle
|
|
||||||
./scripts/packageTool.sh --updateVersion
|
./scripts/packageTool.sh --updateVersion
|
||||||
ant clean
|
ant clean
|
||||||
fbuild
|
fbuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue