Skip to content

Commit 52718c1

Browse files
committedApr 15, 2015
lr branches go away
1 parent fe2f97e commit 52718c1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
 

‎scripts/buildAll.sh

+4-8
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,28 @@
33
rm -f READY/*
44
mkdir -p READY
55

6-
#git checkout master
7-
git checkout lr
6+
git checkout master
87
./scripts/packageTool.sh --updateVersion
98
ant distclean
109
fbuild
1110
mv bin/FBReaderJ.apk READY
1211
#cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.master.txt
1312

1413
#git checkout ice-cream-sandwich
15-
#git checkout yota2
16-
git checkout lr-ics
14+
git checkout yota2
1715
./scripts/packageTool.sh --updateVersion
1816
ant clean
1917
fbuild
2018
mv bin/FBReaderJ.apk READY/FBReaderJ_ice-cream-sandwich.apk
2119
#cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.ice-cream-sandwich.txt
2220

23-
#git checkout nook
24-
git checkout lr-nook
21+
git checkout nook
2522
./scripts/packageTool.sh --updateVersion
2623
ant clean
2724
fbuild
2825
mv bin/FBReaderJ.apk READY/FBReaderJ_nst.apk
2926

30-
#git checkout kindle
31-
git checkout lr-kindle
27+
git checkout kindle
3228
./scripts/packageTool.sh --updateVersion
3329
ant clean
3430
fbuild

0 commit comments

Comments
 (0)
Please sign in to comment.