mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
misc fixes
This commit is contained in:
parent
56269f5965
commit
466589d1f5
2 changed files with 6 additions and 4 deletions
|
|
@ -94,6 +94,8 @@ Builds:
|
|||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
- apt-get update
|
||||
- apt-get install zip
|
||||
gradle:
|
||||
- foss
|
||||
rm:
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ Builds:
|
|||
>> ../local.properties
|
||||
- echo -e "\nservices.maptiler.lightMapId=9bc819c8-e627-474a-a348-ec144fe3d810"
|
||||
>> ../local.properties
|
||||
- sed -i -e 's/gitBranchName() = .*/gitBranchName() = "main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
- sed -i -e 's/"git rev-parse --abbrev-ref HEAD"/"echo main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
scandelete:
|
||||
- plugins
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-pg-map-id
|
||||
|
|
@ -273,7 +273,7 @@ Builds:
|
|||
>> ../local.properties
|
||||
- echo -e "\nservices.maptiler.lightMapId=9bc819c8-e627-474a-a348-ec144fe3d810"
|
||||
>> ../local.properties
|
||||
- sed -i -e 's/gitBranchName() = .*/gitBranchName() = "main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
- sed -i -e 's/"git rev-parse --abbrev-ref HEAD"/"echo main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
scandelete:
|
||||
- plugins
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-pg-map-id
|
||||
|
|
@ -300,7 +300,7 @@ Builds:
|
|||
>> ../local.properties
|
||||
- echo -e "\nservices.maptiler.lightMapId=9bc819c8-e627-474a-a348-ec144fe3d810"
|
||||
>> ../local.properties
|
||||
- sed -i -e 's/gitBranchName() = .*/gitBranchName() = "main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
- sed -i -e 's/"git rev-parse --abbrev-ref HEAD"/"echo main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
scandelete:
|
||||
- plugins
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-pg-map-id
|
||||
|
|
@ -327,7 +327,7 @@ Builds:
|
|||
>> ../local.properties
|
||||
- echo -e "\nservices.maptiler.lightMapId=9bc819c8-e627-474a-a348-ec144fe3d810"
|
||||
>> ../local.properties
|
||||
- sed -i -e 's/gitBranchName() = .*/gitBranchName() = "main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
- sed -i -e 's/"git rev-parse --abbrev-ref HEAD"/"echo main"/' ../plugins/src/main/kotlin/extension/Utils.kt
|
||||
scandelete:
|
||||
- plugins
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-pg-map-id
|
||||
|
|
|
|||
Loading…
Reference in a new issue