Removing .gradle/ is now automated

This commit is contained in:
Daniel Martí 2015-09-23 13:04:29 -07:00
parent 9df12e3b6d
commit 9c387fa51d
5 changed files with 2 additions and 11 deletions

View file

@ -20,21 +20,18 @@ Build:2.0,8
disable=missing api key disable=missing api key
commit=2.0 commit=2.0
subdir=app subdir=app
init=rm -fR .gradle
gradle=yes gradle=yes
Build:2.0.2,10 Build:2.0.2,10
disable=missing api key disable=missing api key
commit=2.0.2 commit=2.0.2
subdir=app subdir=app
init=rm -fR .gradle
gradle=yes gradle=yes
Build:2.0.3,11 Build:2.0.3,11
disable=works, but wait for upstream's consent disable=works, but wait for upstream's consent
commit=2.0.3 commit=2.0.3
subdir=app subdir=app
init=rm -fR .gradle
gradle=yes gradle=yes
prebuild=mkdir -p src/main/assets && \ prebuild=mkdir -p src/main/assets && \
mkdir foo && \ mkdir foo && \

View file

@ -262,7 +262,6 @@ Build:2.0.0-ALPHA-1,15200
commit=8a6bf73491f46bed34246f90c3243c41d9bbb055 commit=8a6bf73491f46bed34246f90c3243c41d9bbb055
subdir=aFWall subdir=aFWall
gradle=yes gradle=yes
rm=.gradle
scandelete=aFWall/src/main/res/raw/ scandelete=aFWall/src/main/res/raw/
build=pushd .. && \ build=pushd .. && \
export NDK_PROJECT_PATH=`pwd` && \ export NDK_PROJECT_PATH=`pwd` && \
@ -272,7 +271,6 @@ Build:2.0.0-ALPHA-2,15201
commit=7f2ec4043412838d8f42d43839c060dd724a352a commit=7f2ec4043412838d8f42d43839c060dd724a352a
subdir=aFWall subdir=aFWall
gradle=yes gradle=yes
rm=.gradle
scandelete=aFWall/src/main/res/raw/ scandelete=aFWall/src/main/res/raw/
build=pushd .. && \ build=pushd .. && \
export NDK_PROJECT_PATH=`pwd` && \ export NDK_PROJECT_PATH=`pwd` && \
@ -283,7 +281,6 @@ Build:2.0.0-BETA-1,15203
commit=6aae7a1f63bc1dee49080738bbbd3cbec75216aa commit=6aae7a1f63bc1dee49080738bbbd3cbec75216aa
subdir=aFWall subdir=aFWall
gradle=yes gradle=yes
rm=.gradle
scandelete=aFWall/src/main/res/raw/ scandelete=aFWall/src/main/res/raw/
build=pushd .. && \ build=pushd .. && \
export NDK_PROJECT_PATH=`pwd` && \ export NDK_PROJECT_PATH=`pwd` && \
@ -294,7 +291,6 @@ Build:2.0.0-RC,15205
commit=v2.0.0-RC commit=v2.0.0-RC
subdir=aFWall subdir=aFWall
gradle=yes gradle=yes
rm=.gradle
scandelete=aFWall/src/main/res/raw/ scandelete=aFWall/src/main/res/raw/
build=pushd .. && \ build=pushd .. && \
export NDK_PROJECT_PATH=`pwd` && \ export NDK_PROJECT_PATH=`pwd` && \
@ -305,7 +301,6 @@ Build:2.0.0,15208
commit=v2.0.0 commit=v2.0.0
subdir=aFWall subdir=aFWall
gradle=yes gradle=yes
rm=.gradle
scandelete=aFWall/src/main/res/raw/ scandelete=aFWall/src/main/res/raw/
build=pushd .. && \ build=pushd .. && \
export NDK_PROJECT_PATH=`pwd` && \ export NDK_PROJECT_PATH=`pwd` && \

View file

@ -36,7 +36,6 @@ Repo:https://github.com/elelinux/GreatFreedom
Build:1.8,9 Build:1.8,9
commit=16edf5118ecccaa0fad321cd42e5997dea211299 commit=16edf5118ecccaa0fad321cd42e5997dea211299
gradle=yes gradle=yes
rm=bin,.gradle
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest/cm-11.0 Update Check Mode:RepoManifest/cm-11.0

View file

@ -37,7 +37,7 @@ Build:1.3,4
commit=v1.3 commit=v1.3
subdir=app subdir=app
gradle=yes gradle=yes
prebuild=rm -fR ../.gradle ../build prebuild=rm -fR ../build
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags

View file

@ -209,7 +209,7 @@ Build:0.11.3,112
rm=libs/*.jar rm=libs/*.jar
prebuild=touch signing.properties && \ prebuild=touch signing.properties && \
./scripts/build-witness.sh && \ ./scripts/build-witness.sh && \
rm -rf libs/gradle-witness/build libs/gradle-witness/.gradle rm -rf libs/gradle-witness/build
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags