mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-24 08:44:54 -04:00
new subcommand "up" for vagrant up and `podman run
This commit is contained in:
@@ -29,6 +29,11 @@ class VerboseFalseOptions:
|
||||
verbose = False
|
||||
|
||||
|
||||
APPID = 'com.example'
|
||||
VERCODE = 123
|
||||
APPID_VERCODE = f'{APPID}:{VERCODE}'
|
||||
|
||||
|
||||
class TmpCwd:
|
||||
"""Context-manager for temporarily changing the current working directory."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user