mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Upgrade Buildserver VM
Use Vagrant boxes built with cloud-team/debian-vagrant-images instead of fdroid/basebox, Use Debian Bullseye (11) instead of Debian Stretch (9)
This commit is contained in:
parent
7accb96b9e
commit
df46eb86c3
7 changed files with 29 additions and 84 deletions
|
@ -334,7 +334,7 @@ def main():
|
|||
package_json = tmp_importer_dir / 'package.json' # react-native
|
||||
pubspec_yaml = tmp_importer_dir / 'pubspec.yaml' # flutter
|
||||
if package_json.exists():
|
||||
build.sudo = ['apt-get update || apt-get update', 'apt-get install -t stretch-backports npm', 'npm install -g react-native-cli']
|
||||
build.sudo = ['apt-get update || apt-get update', 'apt-get install npm', 'npm install -g react-native-cli']
|
||||
build.init = ['npm install']
|
||||
with package_json.open() as fp:
|
||||
data = json.load(fp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue