mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 18:01:06 +03:00
support configing buildserver VM per-build with sudo=
This adds the 'sudo' build field, which is just a script that is run as root. For more info, see the issue that this closes: refs #318 closes #317
This commit is contained in:
parent
747ac52a62
commit
dfb07808d3
9 changed files with 138 additions and 14 deletions
|
@ -29,6 +29,7 @@ Build:1.4,5
|
|||
Build:1.5,6
|
||||
commit=v1.5
|
||||
gradle=yes
|
||||
sudo=echo 'this is just a test'
|
||||
|
||||
Archive Policy:4 versions
|
||||
Auto Update Mode:Version v%v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue