mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-24 10:22:49 +00:00
1798 lines
37 KiB
Text
1798 lines
37 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2015-04-27 13:00+0300\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: ../abf/model.py:42
|
|
msgid "At least one of 'ID' or 'init_data' parameters have to be set! "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:45
|
|
msgid "Key 'id' have to present in initial data!"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:52
|
|
#, python-format
|
|
msgid "Loading %(name)s %(id)s from cache"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:58
|
|
#, python-format
|
|
msgid "Loading %(name)s %(id)s using API"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:66
|
|
msgid "Results were cached"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:70
|
|
#, python-format
|
|
msgid ""
|
|
"One of the fields required for %(name)s model was not specified: %(field)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:73
|
|
#, python-format
|
|
msgid "Creating a stub for %(name)s %(id)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:90
|
|
#, python-format
|
|
msgid "Key '%s' can not be found!"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:106
|
|
msgid "Reading platform "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:198
|
|
msgid "Reading repository "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:235
|
|
msgid "Reading arch "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:242
|
|
#, python-format
|
|
msgid "Architecture with id %s not found!"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:277
|
|
msgid "Reading user "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:310
|
|
msgid "Reading group "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:348
|
|
msgid "Reading project "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:358
|
|
msgid "Invalid key: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:453
|
|
msgid "Updating project settings: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:457 ../abf/model.py:621 ../abf/model.py:640
|
|
#: ../abf/model.py:671 ../abf/model.py:704 ../abf/model.py:719
|
|
#: ../abf/model.py:736 ../abf/model.py:759 ../abf/model.py:780
|
|
#: ../abf/model.py:794
|
|
#, python-format
|
|
msgid ""
|
|
"Sorry, but something went wrong and request I've sent to ABF is bad. Please, "
|
|
"notify the console-client developers. Send them a set of command-line "
|
|
"arguments and the request data:\n"
|
|
"%s"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:460
|
|
#, python-format
|
|
msgid "Successfully updated settings of project %s."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:507
|
|
msgid "Reading buildlist "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:617
|
|
msgid "Sending the build task: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:624
|
|
#, python-format
|
|
msgid ""
|
|
"Task %(proj)s|%(plat)s|%(save_repo)s|%(arch)s has been sent. Build task id "
|
|
"is %(id)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:631
|
|
#, python-format
|
|
msgid "Publishing the project %s..."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:666
|
|
msgid "Sending pull request: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:674
|
|
#, python-format
|
|
msgid ""
|
|
"Pull request from %(proj)s/%(from)s to %(dest_proj)s/%(to)s has been sent."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:700
|
|
msgid "Creating project: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:707
|
|
#, python-format
|
|
msgid "The project %(name)s for owner %(owner)d has been created."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:715
|
|
msgid "Adding project to repository: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:722
|
|
#, python-format
|
|
msgid "The project %(project)d has been added to repository %(repo)d."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:732
|
|
msgid "Removing project from repository: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:739
|
|
msgid "The project has been removed from repository."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:755
|
|
msgid "Forking project: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:762
|
|
msgid "The project has been forked."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:776
|
|
msgid "Creating alias for a project: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:783
|
|
msgid "The project alias has been created."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:790
|
|
msgid "Destroying project: "
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:797
|
|
msgid "The project has been destroyed."
|
|
msgstr ""
|
|
|
|
#: ../abf/model.py:814
|
|
msgid "Initializing models for "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:39
|
|
msgid ""
|
|
"Incorrect value of 'default_publish_status' in config file, ignoring. "
|
|
"Possible valus are: "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:53
|
|
msgid "TEST started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:90
|
|
msgid "Datamodel seems to work fine"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:116
|
|
msgid "ABF Console Client"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:117 ../abf.py:404
|
|
msgid "be verbose, display even debug messages"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:118
|
|
msgid "clear cached information about repositories, platforms, projects, etc."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:119
|
|
msgid "Do not display info messages"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:123
|
|
msgid "show a help for command"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:124
|
|
msgid "a command to show help for"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:128
|
|
msgid "Manage aliases"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:131
|
|
msgid ""
|
|
"name and alias (not quoted, e. g. \"abf alias add sg search groups\") for "
|
|
"adding, only name for removing."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:135
|
|
msgid "clone a project from ABF"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:136 ../abf.py:349
|
|
msgid ""
|
|
"project name. ([group/]project). If no group specified, it's assumed to be "
|
|
"your default group."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:138
|
|
msgid "branch to checkout"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:139 ../abf.py:246 ../abf.py:289
|
|
msgid "Do not update cache with information about project builds."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:143
|
|
msgid ""
|
|
"Upload large binary files to File-Store and update (or create) .abf.yml "
|
|
"file. Can also commit and push changes."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:144
|
|
msgid ""
|
|
"With this option specified, \"git add --all\", \"git commit -m MSG\" and "
|
|
"\"git push\" will be executed."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:145
|
|
msgid "The minimal file size to upload to File-Store. Default is 0B."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:147
|
|
msgid ""
|
|
"By default files are being removed on uploading. Override this behavior."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:148
|
|
msgid ""
|
|
"By default, console client analyzes spec file and tries to detect which "
|
|
"files located in the current folder are really used by the project and "
|
|
"uploads only these files to file store. With this option, console client "
|
|
"will upload all binary files located in the current folder."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:154
|
|
msgid ""
|
|
"Upload a given file to File-Store. Prints a sha1 hash or error message (with "
|
|
"non-zero return code)."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:155
|
|
msgid "Path to file"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:159
|
|
msgid "Update project settings."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:160 ../abf.py:189 ../abf.py:199
|
|
msgid ""
|
|
"Project to show information for (if needed). Format: \"[group/]name\". If no "
|
|
"group specified, default group will be used."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:162
|
|
msgid "New project name."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:163
|
|
msgid "Project description."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:164
|
|
msgid "Project visibility. Please specify \"open\" or \"hidden\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:165
|
|
msgid "Is project a package. Please specify \"true\" or \"false\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:166
|
|
msgid "Project maintainer. You can specify either maintainer id or login."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:167
|
|
msgid "Default branch for the project Git repository."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:168
|
|
msgid ""
|
|
"Should project issue tracker be enabled. Please specify \"true\" or \"false"
|
|
"\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:169
|
|
msgid "Should project wiki be enabled. Please specify \"true\" or \"false\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:170
|
|
msgid ""
|
|
"Enable/disable publishing 32bit packages into 64bit repository. Please "
|
|
"specify \"true\" or \"false\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:174
|
|
msgid ""
|
|
"Download all the files listed in .abf.yml or file with given hash from File-"
|
|
"Store to local directory."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:175
|
|
msgid "Download file with given hash"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:176
|
|
msgid ""
|
|
"Limit the list of downloaded files to this file name(s). This option can be "
|
|
"specified more than once."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:180
|
|
msgid "Add remote Git repository and fetch it."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:181
|
|
msgid ""
|
|
"ABF group to fetch from. This value will be also used as the name of remote "
|
|
"repository."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:182
|
|
msgid ""
|
|
"Project to fetch (by default the same project name is used as the current "
|
|
"one)."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:186
|
|
msgid "show some general information. Bash autocomplete uses it."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:188 ../abf.py:198
|
|
msgid "The type of information to show"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:194
|
|
msgid ""
|
|
"tool can remember the project location and use it for some reasons (abfcd, "
|
|
"etc.)."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:195
|
|
msgid ""
|
|
"Every interaction with git repository (build, get, put, etc.) updates the "
|
|
"cached location of the project (overriding an existing one if needed). For "
|
|
"any cached project you can execute \"abfcd <project>\" and you will cd to "
|
|
"the project directory."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:201
|
|
msgid ""
|
|
"Directory to update locations for. It should be a git repository for \"update"
|
|
"\" and any directory for \"update-recursive\". If not specified - the "
|
|
"current directory will be used"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:206
|
|
msgid "Initiate a build task on ABF."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:207
|
|
msgid ""
|
|
"NOTES:\n"
|
|
"API takes git commit hash to build. So client have to resolve it.\n"
|
|
"1) If you've specified commit hash - it will be used \"as is\".\n"
|
|
"2) If you've specified branch or tag name - it will be resolved "
|
|
"automatically\n"
|
|
"using ABF API. (the hash of top commit will be used for branch)\n"
|
|
"3) If you've specified no git commit related options and you've\n"
|
|
" specified a project name - this project's default branch will be used.\n"
|
|
"4) If you've specified no git commit related options and you've\n"
|
|
"not specified a project name (you have to be in a git repository) -\n"
|
|
"the top remote commit of your current branch will be used.\n"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:217
|
|
msgid ""
|
|
"project name ([group/]project). If no group specified, it is assumed to be "
|
|
"your default group. If the option is not specified and you are in a git "
|
|
"repository directory - resolve a project name from it."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:220 ../abf.py:263
|
|
msgid "branch to build."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:221 ../abf.py:264
|
|
msgid "tag to build."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:222 ../abf.py:265
|
|
msgid "commit sha hash to build."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:223 ../abf.py:267
|
|
msgid ""
|
|
"repository to save results to ([platform/]repository). If no platform part "
|
|
"specified, it is assumed to be \"<default_group>_personal\". If this option "
|
|
"is not specified at all, \"<default_group>_personal/main\" will be used."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:226 ../abf.py:270
|
|
msgid ""
|
|
"architectures to build, can be set more than once. If not set - use all the "
|
|
"available architectures."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:228 ../abf.py:272
|
|
msgid ""
|
|
"repositories to build with ([platform/]repository). Can be set more than "
|
|
"once. If no platform part specified, it is assumed to be your "
|
|
"\"<default_build_platform>\". If no repositories were specified at all, use "
|
|
"the \"main\" repository from save-to platform."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:231 ../abf.py:275
|
|
msgid ""
|
|
"build list whose container should be used during the build. Can be specified "
|
|
"more than once."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:232 ../abf.py:276
|
|
msgid "deprecated synonym for --auto-publish-status=default."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:233 ../abf.py:277
|
|
#, python-format
|
|
msgid "enable automatic publishing. Default is \"%s\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:235 ../abf.py:279
|
|
msgid "do not use personal repository to resolve dependencies."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:236 ../abf.py:280
|
|
msgid "Include \"testing\" subrepository."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:237 ../abf.py:281
|
|
msgid "Do not launch comprehensive tests."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:238 ../abf.py:282
|
|
msgid "enable automatic creation of container"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:239 ../abf.py:283
|
|
msgid "use cached chroot for the build"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:240 ../abf.py:284
|
|
msgid "save build chroot in case of failure"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:241 ../abf.py:285
|
|
#, python-format
|
|
msgid "Update type. Default is \"%s\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:243 ../abf.py:287
|
|
#, python-format
|
|
msgid "Use any external ABF node or own external ABF node. Default is \"%s\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:245
|
|
msgid "Do not check spec file."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:250
|
|
msgid "Initiate a chain of build tasks on ABF."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:251
|
|
msgid ""
|
|
"Project name ([group/]project). If no group specified, it is assumed to be "
|
|
"your default group. You can specify several projects to be built one after "
|
|
"another. You can also group projects with \":\" to indicate that they can be "
|
|
"built in parallel. For example, \"abf chain_build a b:c d\" will build "
|
|
"project \"a\", then (after \"a\" is built) will launch builds of \"b\" and "
|
|
"\"c\" in parallel and after both of these projects are built, the build of "
|
|
"\"d\" will be initiated. If automated publishing is set, then console client "
|
|
"waits for every build to be published before starting the next build in the "
|
|
"chain. If automated container creation is set, then console client waits for "
|
|
"container to be ready and when the next build is started, containers from "
|
|
"all previous builds are used as extra repositories."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:259
|
|
msgid ""
|
|
"File with project names. You can omit project names in command line and "
|
|
"provide a file with project names instead. The file will be read line by "
|
|
"line. All projects specified at the same line will be built in parallel; the "
|
|
"next line will be processed only after all the build from the previous line "
|
|
"are completed successfully. Project name in a line can be separated by colon "
|
|
"(\":\") or by space symbols."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:266
|
|
msgid "number of seconds to sleep between successive checks of build status."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:293
|
|
msgid "Build a project locally using mock-urpm."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:293 ../abf.py:300
|
|
msgid "No checkouts will be made,the current git repository state will be used"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:295
|
|
#, python-format
|
|
msgid ""
|
|
"A config template to use. Specify one of the config names from %s. Directory "
|
|
"path should be omitted. If no config specified, \"default.cfg\" will be used"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:300
|
|
msgid "Build a project locally using rpmbuild."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:302
|
|
msgid "Build src.rpm (s), rpm (b) or both (a)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:306
|
|
msgid "Publish the task that have already been built."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:307
|
|
msgid "The IDs of tasks to publish."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:311
|
|
msgid "Copy all the files from SRC_BRANCH to DST_BRANCH"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:312
|
|
msgid "source branch"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:313
|
|
msgid ""
|
|
"destination branch. If not specified, it's assumed to be the current branch"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:314
|
|
msgid ""
|
|
"Create a tar.gz from the src_branch and put this archive and spec file to "
|
|
"dst_branch"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:318
|
|
msgid "Send a pull request from SRC_BRANCH to DST_BRANCH"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:319
|
|
msgid "source ref or branch"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:320
|
|
msgid "destination ref or branch"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:321
|
|
msgid "Request title"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:322
|
|
msgid "Request body"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:323
|
|
msgid "Source project name (group/project)."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:324
|
|
msgid ""
|
|
"Destination project name (group/project). If not specified, the source "
|
|
"project is used (this can be used to send requests from one project branch "
|
|
"to another)."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:328
|
|
msgid "Fork existing project"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:329 ../abf.py:335
|
|
msgid "project to fork (group/project)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:330 ../abf.py:336
|
|
msgid "target project group and name (group/project)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:334
|
|
msgid "Create alias of existing project"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:340
|
|
msgid "Create project from SRPM"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:341
|
|
msgid "srpm file"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:342
|
|
msgid "who will own the project; default_owner is used by default"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:343
|
|
msgid "create additional branch; can be set more than once."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:344
|
|
msgid ""
|
|
"Do not automatically create branch set as default in user config (if it is "
|
|
"set to smth different from \"master\")."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:348
|
|
msgid "Destroy project"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:354
|
|
msgid "Add project to specified repository"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:355 ../abf.py:361
|
|
msgid "target repository ([platform/]repository)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:356 ../abf.py:362
|
|
msgid "project name (group/project)."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:360
|
|
msgid "Remove project from specified repository"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:366
|
|
msgid "get a build-task status"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:366
|
|
msgid ""
|
|
"If a project specified or you are in a git repository - try to get the IDs "
|
|
"from the last build task sent for this project. If you are not in a git "
|
|
"repository directory and project is not specified - try to get build IDs "
|
|
"from the last build you've done with console client."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:370
|
|
msgid "build list ID"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:371
|
|
msgid "Project. If last IDs for this project can be found - use them"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:372
|
|
msgid "Show one-line information including id, project, arch and status"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:377
|
|
msgid ""
|
|
"Analyze spec file and show missing and unnecessary files from the current "
|
|
"git repository directory."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:379
|
|
msgid "automatically remove all the unnecessary files"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:383
|
|
msgid "Search for something on ABF."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:383
|
|
msgid "NOTE: only first 100 results of any request will be shown"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:385
|
|
msgid "what to search for"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:386
|
|
msgid "a string to search for"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:392
|
|
msgid "get information about single instance"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:394
|
|
msgid "type of the instance"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:395
|
|
#, python-format
|
|
msgid ""
|
|
"The filter may be specified by defining multiple pairs <type>."
|
|
"<attribute>=<value> or <attribute>=<value>, where <type> is one of the "
|
|
"following positional arguments: %s, <attribute> is the one of the instance "
|
|
"fields or special attribute (page - using for pagination) and <value> - "
|
|
"string, that can take asterisk (*) or anything else... Example: abf info "
|
|
"projects -f platforms.name=rosa2012lts page=*"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:396
|
|
msgid "output format "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:400
|
|
msgid "Execute a set of internal datamodel tests"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:413
|
|
#, python-format
|
|
msgid ""
|
|
"Filter can be specified with the following parameters:\n"
|
|
" %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:423
|
|
#, python-format
|
|
msgid "Filter setup for instance %s "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:426
|
|
#, python-format
|
|
msgid ""
|
|
"Output format can be specified with the following parameters:\n"
|
|
" %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:428
|
|
#, python-format
|
|
msgid "Using default query format: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:438
|
|
#, python-format
|
|
msgid "Parameter %s not available:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:444
|
|
msgid ""
|
|
"To set up a default configuration file, symbolic link in /etc/abf/mock-urpm/"
|
|
"configs have to be created. I need sudo rights to do it."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:448
|
|
msgid "Avaliable configurations: "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:461
|
|
#, python-format
|
|
msgid "\"%s\" is not a valid configuration."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:462
|
|
msgid "Select one (it will be remembered): "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:473
|
|
#, python-format
|
|
msgid "Config file %s can not be found."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:475
|
|
msgid ""
|
|
"You should create this file or a symbolic link to another config in order to "
|
|
"execute 'abf mock-urpm' without --config"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:482
|
|
#, python-format
|
|
msgid "Could not read the contents of '%(path)s': %(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:502 ../abf.py:610
|
|
#, python-format
|
|
msgid "Can not locate a spec file in %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:508 ../abf.py:532
|
|
msgid "Executing mock-urpm..."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:512
|
|
#, python-format
|
|
msgid "Can not execute mock-urpm (%s). Maybe it is not installed?"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:519
|
|
#, python-format
|
|
msgid "Could not find a single src.rpm file in %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:527
|
|
#, python-format
|
|
msgid ""
|
|
"\n"
|
|
"SRPM: %s\n"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:542 ../abf.py:637
|
|
msgid "RPM: "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:559
|
|
msgid "No aliases found"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:565
|
|
msgid ""
|
|
"Not enough options. Use it like \"abf alias add <alias_name> opt1 "
|
|
"[opt2 ...]\""
|
|
msgstr ""
|
|
|
|
#: ../abf.py:569
|
|
msgid "Do not use \" \" or \"=\" for alias name!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:578
|
|
#, python-format
|
|
msgid "Alias \"%s\" already exists and will be overwritten."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:583
|
|
msgid "Enter the alias name!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:587
|
|
#, python-format
|
|
msgid "Alias \"%s\" not found"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:593
|
|
msgid "RPMBUILD started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:616
|
|
msgid "Executing rpmbuild..."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:620
|
|
#, python-format
|
|
msgid "Can not execute rpmbuild (%s). Maybe it is not installed?"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:622
|
|
msgid "Moving files to current directory..."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:635
|
|
msgid "SRPM: "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:649
|
|
msgid "SEARCH started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:661
|
|
msgid "The project format is \"[owner_name/]project_name\""
|
|
msgstr ""
|
|
|
|
#: ../abf.py:665
|
|
msgid "The project group is assumed to be "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:674
|
|
msgid ""
|
|
"You are not in a git repository directory. Specify the project name please!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:687
|
|
#, python-format
|
|
msgid "The project %(owner)s/%(project)s does not exist!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:690
|
|
#, python-format
|
|
msgid "You do not have acces to the project %(owner)s/%(project)s!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:693
|
|
#, python-format
|
|
msgid "Project: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:702
|
|
msgid "Failed to get ID for user "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:715
|
|
msgid "Platform is assumed to be "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:717
|
|
msgid "repository argument format: [platform/]repository"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:738
|
|
msgid "GET started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:742
|
|
msgid ""
|
|
"Specify a project name as \"group_name/project_name\" or just \"project_name"
|
|
"\""
|
|
msgstr ""
|
|
|
|
#: ../abf.py:762
|
|
msgid "Branch "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:769
|
|
msgid "DESTROY started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:776
|
|
msgid "PUT started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:781 ../abf.py:824 ../abf.py:842
|
|
msgid "You have to be in a git repository directory"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:789
|
|
#, python-format
|
|
msgid "Incorrect \"--minimal-file-size\" value: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:793
|
|
msgid "There were errors while uploading, stopping."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:809
|
|
msgid "Commited."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:812
|
|
msgid "Pushed"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:815
|
|
msgid "FETCH started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:818
|
|
msgid "Fetching file with hash "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:828
|
|
#, python-format
|
|
msgid "File \"%s\" can not be found"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:833
|
|
#, python-format
|
|
msgid ""
|
|
"Invalid yml file %(filename)s!\n"
|
|
"Problem in line %(line)d column %(column)d: %(problem)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:835
|
|
#, python-format
|
|
msgid ""
|
|
"Invalid yml file %(filename)s!\n"
|
|
"%(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:838
|
|
msgid "REMOTE started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:846
|
|
msgid "Fail to detect project name"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:860
|
|
msgid "STORE started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:863
|
|
#, python-format
|
|
msgid "File \"%s\" does not exist!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:866
|
|
#, python-format
|
|
msgid "\"%s\" is not a regular file!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:873
|
|
msgid "COPY started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:877
|
|
msgid "You are not in a git directory"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:879
|
|
msgid "Current branch is "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:886
|
|
msgid "Source and destination branches shold be different branches!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:890
|
|
msgid "Repository root folder is "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:917
|
|
#, python-format
|
|
msgid "Checking out the initial branch (%s)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:924
|
|
msgid "PULL REQUEST started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:935
|
|
msgid "FORK PROJECT started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:954
|
|
#, python-format
|
|
msgid "No group named '%s', will fork to your personal platform"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:958 ../abf.py:987
|
|
msgid "Incorrect target group"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:964
|
|
msgid "ALIAS PROJECT started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:983
|
|
#, python-format
|
|
msgid "No group named '%s', will create alias in your personal platform"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:994
|
|
msgid "CREATE PROJECT started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1009
|
|
msgid "Incorrect owner data"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1042
|
|
msgid "Failed to get information from SRPM"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1046
|
|
msgid "ADD PROJECT TO REPO started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1053
|
|
msgid "REMOVE PROJECT FROM REPO started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1060
|
|
msgid "CHAIN_BUILD started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1075
|
|
msgid ""
|
|
"You can't specify '-i' option and project names in command line at the same "
|
|
"time."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1092 ../abf.py:1099
|
|
#, python-format
|
|
msgid "Launching build of %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1116
|
|
msgid "One of the tasks failed, aborting chain build"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1124
|
|
#, python-format
|
|
msgid "Container creation failed for build %d, aborting chain build"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1127
|
|
#, python-format
|
|
msgid "WARNING: Build %d was not published and container was not created"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1139
|
|
msgid "BUILD started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1142
|
|
msgid ""
|
|
"You've specified a project name without branch, tag or commit (-b, -t or -c)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1151
|
|
msgid ""
|
|
"You should specify ONLY ONE of the following options: branch, tag or commit."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1166
|
|
#, python-format
|
|
msgid "The project %s is not a package and can not be built."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1184
|
|
msgid "You've specified a project without a branch."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1192
|
|
#, python-format
|
|
msgid "Could not resolve hash for branch '%s'"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1199
|
|
#, python-format
|
|
msgid "Could not resolve a platform to save to from the branch name \"%s\"."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1206
|
|
#, python-format
|
|
msgid "A list of options which could be resolved automatically: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1215
|
|
msgid ""
|
|
"Git branch, tag or commit can not be resolved automatically. Specify it by -"
|
|
"b, -t or -c."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1228
|
|
#, python-format
|
|
msgid "Could not resolve hash for %(ref_type)s '%(to_resolve)s'"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1232
|
|
msgid "Autoresolved options were rejected."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1233
|
|
#, python-format
|
|
msgid "Git commit hash: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1252
|
|
#, python-format
|
|
msgid "Save-to platform is assumed to be %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1258
|
|
msgid "Save-to repository can not be resolved automatically. Specify it (-s)."
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1261
|
|
msgid "save-to-repository option format: [platform/]repository"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1274
|
|
#, python-format
|
|
msgid ""
|
|
"Can not build for platform %(platform)s. Select one of the following:\n"
|
|
"%(all_platforms)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1283
|
|
#, python-format
|
|
msgid ""
|
|
"Incorrect save-to repository %(platform)s/%(repo)s.\n"
|
|
"Select one of the following:\n"
|
|
"%(all_repos)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1287
|
|
msgid "Save-to repository: "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1302
|
|
#, python-format
|
|
msgid "Platform for selected repository %(repo)s is assumed to be %(plat)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1304
|
|
msgid "'repository' option format: [platform/]repository"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1308
|
|
#, python-format
|
|
msgid ""
|
|
"Can not use build repositories from platform %(platform)s!\n"
|
|
"Select one of the following:\n"
|
|
"%(all_plats)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1321
|
|
#, python-format
|
|
msgid ""
|
|
"Platform %(plat)s does not have repository %(repo)s!\n"
|
|
"Select one of the following:\n"
|
|
"%(all_repos)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1329
|
|
msgid ""
|
|
"Could not resolve repositories to build with. Please specify it (-r option)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1335
|
|
msgid "Repositories to build with are assumed to be: "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1338
|
|
msgid "You have to specify the repository(s) to build with (-r option)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1341
|
|
msgid "Build repositories: "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1350
|
|
#, python-format
|
|
msgid "Invalid architecture: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1362
|
|
msgid "Arches are assumed to be "
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1364
|
|
#, python-format
|
|
msgid "Architectures: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1420
|
|
#, python-format
|
|
msgid "The status of build task %(id)s is \"%(status)s\", can not published!"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1424
|
|
#, python-format
|
|
msgid "Could not publish task %(id)s: %(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1431
|
|
#, python-format
|
|
msgid "Can not read buildlist %(id)s: %(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1436
|
|
msgid "Buildlist ID:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1437
|
|
msgid "Project:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1438
|
|
msgid "Status:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1439
|
|
msgid "Container path:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1440
|
|
msgid "Container status:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1441
|
|
msgid "Build for platform:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1442
|
|
msgid "Save to repository:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1443
|
|
msgid "Build repositories:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1444
|
|
msgid "Extra repositories:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1445
|
|
msgid "Architecture:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1446
|
|
msgid "Created at:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1447
|
|
msgid "Updated at:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1448
|
|
msgid "LOG Url:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1450
|
|
msgid "Chroot Tree:"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1457
|
|
msgid "STATUS started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1468
|
|
msgid "Can not find last build IDs. Specify a project name or ID"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1477
|
|
#, python-format
|
|
msgid "\"%s\" is not a number"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1490
|
|
#, python-format
|
|
msgid "Updating project location for %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1495
|
|
#, python-format
|
|
msgid "Project %(proj)s has been located in %(path)s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1517
|
|
msgid "LOCATE started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1521
|
|
msgid ""
|
|
"To show a project location, you have to specify a project name ('-p' option)"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1526
|
|
msgid "error: the project format is \"[owner_name/]project_name\""
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1534
|
|
#, python-format
|
|
msgid "error: project %s can not be located"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1538
|
|
#, python-format
|
|
msgid "error: project is not located in \"%s\" anymore"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1556
|
|
#, python-format
|
|
msgid "Please specify 'true' or 'false' for %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1560
|
|
msgid "UPDATE started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1614
|
|
msgid "SHOW started"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1621
|
|
#, python-format
|
|
msgid "%s: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf.py:1655
|
|
msgid "CLEAN started"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/config.py:81
|
|
#, python-format
|
|
msgid "non-critical error in config \"%(path)s\": %(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/config.py:84
|
|
#, python-format
|
|
msgid "error in config \"%(path)s\": %(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/config.py:120
|
|
msgid ""
|
|
"Configuration schema have been changed or config file have been corrupted, "
|
|
"rebuilding config..."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/config.py:155
|
|
msgid "No protocol part specified (http://, https://, etc.)"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/config.py:158
|
|
msgid "Double slash must present only once (in a protocol part)"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/config.py:244
|
|
msgid "Configuration have been completed"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/config.py:245
|
|
msgid ""
|
|
"Now you can execute \"abf locate update-recursive -d PATH\", where PATH is "
|
|
"your directory with cloned ABF projects. It will let you use \"abfcd "
|
|
"<project>\" command to simply cd to project directory.\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:156
|
|
msgid "Cloning git repository (temporary workaround)"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:158
|
|
msgid "Temporary directory is "
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:180
|
|
msgid "Spec files found: "
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:185
|
|
msgid "Could not find single spec file"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:190
|
|
msgid "No path specified and you are not in a git repository"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:199
|
|
msgid "No spec files found!"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:201
|
|
msgid "More than one spec file found!"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:229
|
|
#, python-format
|
|
msgid ""
|
|
"Invalid yml file %(file)s!\n"
|
|
"Problem in line %(line)d column %(col)d: %(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:231
|
|
#, python-format
|
|
msgid ""
|
|
"Invalid yml file %(file)s!\n"
|
|
"%(exception)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:234
|
|
msgid "Incorrect .abf.yml file: no 'sources' key"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:242
|
|
#, python-format
|
|
msgid "warning: directory '%s' was found"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:268
|
|
#, python-format
|
|
msgid ""
|
|
"warning: file \"%s\" is listed in spec as a URL, but does not present in the "
|
|
"current directory or in .abf.yml file"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:272
|
|
#, python-format
|
|
msgid "warning: file \"%s\" presents in the git directory and in .abf.yml"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:276
|
|
#, python-format
|
|
msgid "error: missing file %s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:286
|
|
#, python-format
|
|
msgid "warning: unnecessary file \"%s\""
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:292
|
|
#, python-format
|
|
msgid "warning: unnecessary file \"%s\" in .abf.yml"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:300
|
|
msgid ".abf.yml file was rewritten"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:312
|
|
msgid "Could not resolve project name and version from the spec file"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:314
|
|
msgid "Project name is "
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:315
|
|
msgid "Project version is "
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:319
|
|
#, python-format
|
|
msgid "Writing %(path)s/%(tarball)s ..."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:335
|
|
msgid "Removing files except "
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:353
|
|
#, python-format
|
|
msgid "Executing command: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:369
|
|
msgid "Process execution has been terminated"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:390
|
|
#, python-format
|
|
msgid ""
|
|
"Timeout(%(timeout)s) expired for command:\n"
|
|
" # %(cmd)s\n"
|
|
"%(output)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:392
|
|
#, python-format
|
|
msgid "Child returncode was: %s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:397
|
|
#, python-format
|
|
msgid ""
|
|
"Command failed.\n"
|
|
"Return code: %(ret_code)s\n"
|
|
"Output: %(output)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:447
|
|
#, python-format
|
|
msgid "Magic type of file %(path)s is %(type)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:456
|
|
msgid "Incorrect .abf.yml file: no 'sources' key."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:466
|
|
#, python-format
|
|
msgid "Fetching file %s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:472
|
|
#, python-format
|
|
msgid "The file %s already presents and has a correct hash"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:475
|
|
#, python-format
|
|
msgid ""
|
|
"The file %s already presents but its hash is not the same as in .abf.yml, so "
|
|
"it will be rewritten."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:479
|
|
msgid "error: "
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:496
|
|
msgid ""
|
|
"Could not parse .abf.yml file. It seems to be corrupted and will be "
|
|
"rewritten."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:500
|
|
msgid "Incorrect .abf.yml file: no 'sources' key. The file will be rewritten."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:528
|
|
#, python-format
|
|
msgid "File %s not found, URL will be used instead. Skipping."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:531
|
|
#, python-format
|
|
msgid "error: Source%(num)d file %(source)s does not exist, skipping!"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:534
|
|
#, python-format
|
|
msgid "File %s not found, but it's listed in .abf.yml. Skipping."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:538
|
|
#, python-format
|
|
msgid "Size of %s is 0, skipping"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:541
|
|
#, python-format
|
|
msgid "Size of %s less then minimal, skipping"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:544
|
|
#, python-format
|
|
msgid "File %s is textual, skipping"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:555
|
|
#, python-format
|
|
msgid "Hash for file %s has been updated"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:573
|
|
#, python-format
|
|
msgid "Removing %(item)s:%(hash)s from .abf.yml"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:577
|
|
#, python-format
|
|
msgid "Hash for file %s is already correct"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:579
|
|
#, python-format
|
|
msgid "File %s has been processed"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:581
|
|
#, python-format
|
|
msgid "Removing file %s"
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:586
|
|
msgid "Writing the new .abf.yml file..."
|
|
msgstr ""
|
|
|
|
#: ../abf/console/misc.py:618
|
|
#, python-format
|
|
msgid "can't interpret %r"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:55
|
|
msgid "File-store url have to start with \"http://\""
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:92
|
|
msgid "Internal server error: it has returned non-json data. "
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:107
|
|
msgid "Unknown server error: "
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:110
|
|
#, python-format
|
|
msgid ""
|
|
"Sorry, but something went wrong and request I've sent to ABF is bad. Please, "
|
|
"notify developers, send them a set of command-line arguments and the request "
|
|
"data:\n"
|
|
"%(url)s\n"
|
|
"%(json)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:127
|
|
#, python-format
|
|
msgid "Fetching url %s"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:147
|
|
msgid "It was cached! ETag: "
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:159
|
|
msgid "Getting cached result (cache was validated)"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:161
|
|
msgid "Return code: "
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:164
|
|
msgid "Authorization failed. Incorrect username or password"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:177
|
|
#, python-format
|
|
msgid "Caching the new value for %(url)s. ETag is %(etag)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:239
|
|
#, python-format
|
|
msgid "Looking for \"%s\" in file-store..."
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:241
|
|
#, python-format
|
|
msgid "File hash is %s"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:248
|
|
#, python-format
|
|
msgid "File-Store returned file for sha1 %(new)s instead of %(old)s!"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:252
|
|
#, python-format
|
|
msgid ""
|
|
"The name of the file in file-store is %(old)s, but you are trying to upload "
|
|
"file %(new)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:264
|
|
#, python-format
|
|
msgid "Uploading %(file)s (%(size)s)"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:275
|
|
#, python-format
|
|
msgid "Could not upload file. HTTP error %(status)s %(reason)s"
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:288
|
|
#, python-format
|
|
msgid "File with hash %s can not be downloaded from File-Store."
|
|
msgstr ""
|
|
|
|
#: ../abf/api/jsn.py:290
|
|
#, python-format
|
|
msgid "Error while downloading file by hash %(hash)s: %(exception)s"
|
|
msgstr ""
|