enable 0.3 info.guardianproject.lildebi with gpg blob

This commit is contained in:
David Black 2013-02-11 13:41:18 +00:00
parent 3ea279cb64
commit a7e0331c4d
2 changed files with 23 additions and 20 deletions

View file

@ -11,15 +11,19 @@ This is an app to setup and manage a Debian install in parallel on an Android
phone. It can build a Debian install from scratch or use an existing image.
It manages the starting and stopping of the Debian install. It uses debootstrap
to build up the disk image as a chroot, and then provides start and stop methods
for handling mounting, fsck, starting/stopping sshd, etc.. When the installation begins it
for handling mounting, fsck, starting/stopping sshd, etc.. When the
installation begins it
is best to turn off the screen timeout and not to do anything else.
This is built from source by f-droid except for the gpg part which can be built from the instructions in the
This is built from source by f-droid except for the gpg part which can be
built from the instructions in the
[http://gitorious.org/f-droid/fdroiddata/blobs/master/metadata/info.guardianproject.gpg.txt metadata]
in the fdroiddata repo. See the website for full usage instructions: or try running $su then #debian in
in the fdroiddata repo. See the website for full usage instructions: or try
running $su then #debian in
[[jackpal.androidterm]] after mounting the image.
This is currently functional alpha software, so do not rely on it to produce a trusted Debian install.
This is currently functional alpha software, so do not rely on it to produce
a trusted Debian install.
Please do try it out, use it, and report criticisms, bugs, improvements, etc.
.
@ -29,14 +33,13 @@ Repo Type:git
Repo:https://github.com/guardianproject/lildebi.git
Build Version:0.2,3,773d5,submodules=yes,prebuild=make NDK_BASE=$$NDK$$ -C external assets
Build Version:0.3,4,!24847006b1f931c8d14db1889442ab6dea98db93,submodules=yes,prebuild=make NDK_BASE=$$NDK$$ -C external assets
#Try this untested build first
Build Version:0.3,4,0.3,submodules=yes,srclibs=GNUPG@c12847ba4c,\
prebuild=cp -r $$GNUPG$$ . && cd GNUPG && git submodule update --init && \
make NDK_BASE=$$NDK$$ -C external/ gnupg-install && \
make NDK_BASE=$$NDK$$ -C external/ gnupg-static && \
mv external/data/data/info.guardianproject.gpg/gpgv2-static ../assets/gpgv && \
cd .. && make NDK_BASE=$$NDK$$ -C external assets
#Build Version:0.3,4,!build server rejection 0.3,submodules=yes,srclibs=GNUPG@c12847ba4c,\
#prebuild=cp -r $$GNUPG$$ . && cd GNUPG && git submodule update --init && \
#make NDK_BASE=$$NDK$$ -C external/ gnupg-install && \
#make NDK_BASE=$$NDK$$ -C external/ gnupg-static && \
#mv external/data/data/info.guardianproject.gpg/gpgv2-static ../assets/gpgv && \
#cd .. && make NDK_BASE=$$NDK$$ -C external assets
Build Version:0.3,4,24847006b1f9,submodules=yes,prebuild=make NDK_BASE=$$NDK$$ -C external assets
Auto Update Mode:None
Update Check Mode:RepoManifest

View file

@ -77,20 +77,20 @@ sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.
mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \
src/jp/co/kayo/android/localplayer/secret/Keys.java
Build Version:3.37b,2071400330,aee93a80c,subdir=JUSTPLAYER,\
extlibs=android/android-support-v4.jar,srclibs=MobAdMob@2d5736;ActionBarSherlock@4.2.0,prebuild=\
cp $$ActionBarSherlock$$/libs/android-support-v4.jar libs/ && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
Build Version:3.37,2111600304,e7ba9ce76,\
update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
extlibs=android/android-support-v4.jar,srclibs=MobAdMob@2d5736,init=\
rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
echo 'android.library.reference.2=$$MobAdMob$$' >> project.properties && \
rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \
sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \
mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \
src/jp/co/kayo/android/localplayer/secret/Keys.java
Build Version:3.37,2111600304,e7ba9ce76,\
update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
extlibs=android/android-support-v4.jar,srclibs=MobAdMob@2d5736,init=\
rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
Build Version:3.37b,2071400330,aee93a80c,subdir=JUSTPLAYER,\
srclibs=MobAdMob@2d5736;ActionBarSherlock@4.2.0,prebuild=\
cp $$ActionBarSherlock$$/libs/android-support-v4.jar libs/ && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
echo 'android.library.reference.2=$$MobAdMob$$' >> project.properties && \
rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \
sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \