Password Store: Disable 1.1-b5 due to submodule error
This commit is contained in:
parent
e1a83c5f6b
commit
18e766d680
|
@ -47,9 +47,10 @@ Build:1.1-b4,9
|
||||||
sed -i -e '30,32d' build.gradle && \
|
sed -i -e '30,32d' build.gradle && \
|
||||||
sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \
|
sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \
|
||||||
sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle && \
|
sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle && \
|
||||||
sed -i -e '518d' src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java
|
sed -i -e '518d' src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java
|
||||||
|
|
||||||
Build:1.1-b5,11
|
Build:1.1-b5,11
|
||||||
|
disable=submodule fail
|
||||||
commit=3764db17c9e6bf229bd404080abf86743bba4a8e
|
commit=3764db17c9e6bf229bd404080abf86743bba4a8e
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
@ -65,7 +66,7 @@ Build:1.1-b5,11
|
||||||
sed -i -e '30,32d' build.gradle && \
|
sed -i -e '30,32d' build.gradle && \
|
||||||
sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \
|
sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \
|
||||||
sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle && \
|
sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle && \
|
||||||
sed -i -e '518d' src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java
|
sed -i -e '518d' src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Upstream is clean and should build without modifications when swipelistview is
|
Upstream is clean and should build without modifications when swipelistview is
|
||||||
|
|
Loading…
Reference in a new issue