mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
nightly: new command to setup nightly builds in CI systems
This lets people using CI systems easily setup a nightly build repo hosted for free in github or gitlab. https://github.com/zom/Zom-Android/pull/355 https://gitlab.com/fdroid/fdroidclient/merge_requests/594 environment variables: * https://docs.gitlab.com/ce/ci/variables/README.html * https://docs.travis-ci.com/user/environment-variables * https://circleci.com/docs/1.0/environment-variables
This commit is contained in:
parent
8bf70338e4
commit
f670634450
19 changed files with 3846 additions and 33 deletions
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2017-10-19 22:13+0200\n"
|
||||
"POT-Creation-Date: 2017-11-22 23:24+0100\n"
|
||||
"PO-Revision-Date: 2017-07-17 18:35+0000\n"
|
||||
"Last-Translator: Lobsang <lobsangsither@gmail.com>\n"
|
||||
"Language-Team: Tibetan <https://hosted.weblate.org/projects/f-droid/"
|
||||
|
@ -19,6 +19,19 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 2.16-dev\n"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid ""
|
||||
"\n"
|
||||
"SSH Public Key to be used as Deploy Key:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"{path} encoded for the DEBUG_KEYSTORE secret variable:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid "\"%s/\" has no matching metadata file!"
|
||||
|
@ -34,6 +47,11 @@ msgstr ""
|
|||
msgid "\"{path}\" contains recent {name} ({version})"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "\"{path}\" is not an accepted format, convert to: {formats}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#, python-format
|
||||
msgid "%(option)s option requires %(number)d argument"
|
||||
|
@ -118,6 +136,11 @@ msgstr ""
|
|||
msgid "'{path}' failed to execute!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
#, python-brace-format
|
||||
msgid "...checkupdate failed for {appid} : {error}"
|
||||
|
@ -140,6 +163,16 @@ msgstr "gpg གྱི་མིང་རྟགས་དེ་ཐུམ་སྒ
|
|||
msgid "Add a new application from its source code"
|
||||
msgstr "འབྱུང་ཁུངས་ཨང་རྟགས་ནས་མཉེན་ཆས་གསར་པ་ཁ་སྣོན་བྱེད།"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, fuzzy
|
||||
msgid "Add a repo signing key to an unsigned repo"
|
||||
msgstr "ལྡེ་མིག་གསོག་ཉར་ཁག་གི་ནང་ལ་རེ་པོ་མིང་རྟགས་བཀོད་པའི་ལྡེ་མིག་གཅིག་བཟོས།"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, fuzzy
|
||||
msgid "Add skeleton metadata files for APKs that are missing them"
|
||||
msgstr "བོར་བརླག་ཏུ་སོང་བའི་ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཡང་སྐྱར་བཟོས།"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "Adding new repo for only {name}"
|
||||
|
@ -233,6 +266,13 @@ msgstr ""
|
|||
msgid "Build only the latest version of each package"
|
||||
msgstr "ཐུམ་སྒྲིལ་རེ་རེ་ལ་ཁོ་ནར་བཟོས་པའི་ཐོན་རིམ་གསར་ཤོས།"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Build should have comma-separated versionName and versionCode, not "
|
||||
"\"{value}\", in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
#, python-format
|
||||
msgid "Built repo based in \"%s\" with this config:"
|
||||
|
@ -243,10 +283,25 @@ msgid "Can't build due to {} error while scanning"
|
|||
msgid_plural "Can't build due to {} errors while scanning"
|
||||
msgstr[0] ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot find a packageName for {path}!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot resolve app id {appid}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/rewritemeta.py
|
||||
msgid "Cannot use --list and --to at the same time"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot write \"{path}\", not an accepted format, use: {formats}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
msgstr ""
|
||||
|
@ -368,6 +423,10 @@ msgstr ""
|
|||
msgid "Creating unsigned index in preparation for signing"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "DEBUG_KEYSTORE is not set or the value is incomplete"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Delete APKs and/or OBBs without metadata from the repo"
|
||||
msgstr "APKs དང/ཡང་ནOBBs གཉིས་ལ་རེ་པོ་ནས་འགྲེལ་ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་མེད་པ་རྣམས་སུབས།"
|
||||
|
@ -414,7 +473,7 @@ msgid ""
|
|||
"connection"
|
||||
msgstr "མཛོད་ཁང་སྐྱར་སོས་མ་བྱེད། དྲྭ་རྒྱ་མེད་པའི་སྐབས་ལ་ཐོན་སྐྱེད་ཚོད་ལྟ་བྱེད་པར་ཕན་ཐོགས་ཡོང་།"
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
#: ../fdroidserver/server.py ../fdroidserver/nightly.py
|
||||
msgid "Don't use rsync checksums"
|
||||
msgstr "rsync ཡིག་ཚགས་བརྟག་དཔྱད་ཀྱི་གསོག་ཉར་ཁང་འདི་བེད་སྤྱོད་མ་བྱེད།"
|
||||
|
||||
|
@ -431,6 +490,12 @@ msgstr ""
|
|||
msgid "Downloading {url} failed. {error}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "Duplicate link in '{field}': {url}"
|
||||
|
@ -440,6 +505,15 @@ msgstr ""
|
|||
msgid "Dynamically scan APKs post build"
|
||||
msgstr "APKs ཐོན་སྐྱེད་རྗེས་ཀྱི་ཞིབ་ཚགས་པོའི་འཚག་རྒྱབ།"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "ERROR: unsupported CI type, patches welcome!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Empty build flag at {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
@ -541,6 +615,11 @@ msgstr ""
|
|||
msgid "Found invalid versionCodes for some apps"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Found multiple metadata files for {appid}"
|
||||
msgstr "བོར་བརླག་ཏུ་སོང་བའི་ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཡང་སྐྱར་བཟོས།"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "Found multiple signing certificates for repository."
|
||||
msgstr ""
|
||||
|
@ -645,6 +724,21 @@ msgstr "གསར་བསྒྱུར་བྱེད་དགོས་པའི
|
|||
msgid "Invalid APK"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-format
|
||||
msgid "Invalid boolean '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Invalid build flag at {line} in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Invalid build format: {value} in {name}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Invalid bulleted list"
|
||||
msgstr ""
|
||||
|
@ -659,6 +753,15 @@ msgstr ""
|
|||
msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-format
|
||||
msgid "Invalid metadata in %s:%d"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Invalid metadata in: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-format
|
||||
msgid "Invalid name for published file: %s"
|
||||
|
@ -669,6 +772,11 @@ msgstr ""
|
|||
msgid "Invalid package name {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Invalid versionCode: \"{versionCode}\" is not an integer!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/publish.py ../fdroidserver/update.py
|
||||
msgid "Java JDK not found! Install in standard location or set java_paths!"
|
||||
msgstr ""
|
||||
|
@ -731,6 +839,11 @@ msgstr ""
|
|||
msgid "No attached devices found"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "No commit specified for {versionName} in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "No fingerprint in URL."
|
||||
msgstr ""
|
||||
|
@ -875,6 +988,15 @@ msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་
|
|||
msgid "Prepare drozer to run a scan"
|
||||
msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "Print the secret variable to the terminal for easy copy/paste"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Problem with description of {appid}: {error}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Problem with xml at '{path}'"
|
||||
|
@ -894,6 +1016,11 @@ msgstr ""
|
|||
msgid "Processing {appid}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, fuzzy
|
||||
msgid "Produce human-readable XML/JSON for index files"
|
||||
msgstr "མིས་ཀློག་ཐུབ་པའི་index.xml བཟོས།"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Produce human-readable index.xml"
|
||||
msgstr "མིས་ཀློག་ཐུབ་པའི་index.xml བཟོས།"
|
||||
|
@ -1022,6 +1149,10 @@ msgid "Scanner found {} problem"
|
|||
msgid_plural "Scanner found {} problems"
|
||||
msgstr[0] ""
|
||||
|
||||
#: ../fdroid
|
||||
msgid "Set up an app build for a nightly build repo"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
#, fuzzy
|
||||
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
|
||||
|
@ -1147,6 +1278,10 @@ msgstr ""
|
|||
msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The the file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "There is a keyalias collision - publishing halted"
|
||||
msgstr ""
|
||||
|
@ -1170,11 +1305,20 @@ msgstr ""
|
|||
msgid "URL shorteners should not be used"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "URL title is just the URL, use brackets: [URL]"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "URL {url} in Description: {error}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unexpected text on same line as {field} in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroid
|
||||
msgid "Unknown exception found!"
|
||||
msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།"
|
||||
|
@ -1185,6 +1329,16 @@ msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བས
|
|||
msgid "Unknown file '{filename}' in build '{versionName}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-format
|
||||
msgid "Unknown metadata format: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Unknown metadata format: {path}"
|
||||
msgstr "བོར་བརླག་ཏུ་སོང་བའི་ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཡང་སྐྱར་བཟོས།"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Unknown version of aapt, might cause problems: "
|
||||
msgstr ""
|
||||
|
@ -1201,6 +1355,15 @@ msgstr ""
|
|||
msgid "Unnecessary trailing space"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unrecognised app field: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised field '{field}' in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "Unsupported graphics file found: {path}"
|
||||
|
@ -1211,6 +1374,24 @@ msgstr ""
|
|||
msgid "Unsupported metadata format, use: --to [{supported}]"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unterminated ]"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unterminated ]]"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unterminated build in {name}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unterminated continuation in {name}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid "Unused extlib at %s"
|
||||
|
@ -1308,6 +1489,11 @@ msgstr "X.509 'ཁྱད་པར་ཅན་གྱི་མིང་' ལྡེ
|
|||
msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
#, python-brace-format
|
||||
msgid "adding IdentityFile to {path}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "adding to {name}: {path}"
|
||||
|
@ -1346,6 +1532,10 @@ msgstr "མཉེན་ཆས་ཀྱི་ངོ་བོ་དང་མཉམ
|
|||
msgid "argument \"-\" with mode %r"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "attempting bare ssh connection to test deploy key:"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#, python-format
|
||||
msgid "can't open '%s': %s"
|
||||
|
@ -1360,6 +1550,15 @@ msgstr ""
|
|||
msgid "cannot merge actions - two groups are named %r"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "cannot publish update, did you set the deploy key?"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
#, python-brace-format
|
||||
msgid "cloning {url}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "command to execute, either 'init' or 'update'"
|
||||
msgstr "ལག་བསྟར་བྱེད་རྒྱུར་བཀའ་གཏོང། ཡང་ན་'init'འམ་ཡང་ན་ 'གསར་བསྒྱུར།'"
|
||||
|
@ -1374,6 +1573,11 @@ msgid "conflicting option string: %s"
|
|||
msgid_plural "conflicting option strings: %s"
|
||||
msgstr[0] ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
#, python-brace-format
|
||||
msgid "copying {apkfilename} into {path}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "deleting: repo/{apkfilename}"
|
||||
|
@ -1550,10 +1754,22 @@ msgstr ""
|
|||
msgid "optional arguments"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
#, python-brace-format
|
||||
msgid "overwriting existing {path}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
msgid "positional arguments"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/signatures.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"refuse downloading via insecure HTTP connection (use HTTPS or specify --no-"
|
||||
"https-check): {apkfilename}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/signatures.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
|
@ -1644,6 +1860,11 @@ msgstr ""
|
|||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "{field} not terminated in {name}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue