- Update to Factory specific version 20181128 that contains only abandoned packages in static.tlst (bsc#1100398). *.tlst: Port from SLE15 SP1: - Comment upstream-collect.conf. - upstream-collect.sh supplementary script: * Make paths compatible with Tumbleweed. * Add support for .tar.xz files. - Improved create-tlst scripts to work with standard DVD medium (create-tlst-step1-list-all-po-projects.sh, create-tlst-step2-create-gnome_gtp.sh, create-tlst.conf), add upstream-gnome_gtp-not-on-media.tlst. - Move libgnomecanvas dropped in upstream to translation-update-static.tar.bz2. - Add github.tlst. OBS-URL: https://build.opensuse.org/request/show/652658 OBS-URL: https://build.opensuse.org/package/show/Base:System/translation-update-upstream?expand=0&rev=64
21 lines
1.3 KiB
Plaintext
21 lines
1.3 KiB
Plaintext
# upstream-collect.conf: Configuration for updating of translation-update-upstream package.
|
|
#
|
|
|
|
# osc repositories with packages (space separated list in parentheses, first takes precedence)
|
|
# It typically consists of an array of following repositories (in this order):
|
|
# - proposed-translation-fixes repository with yet unreleased changes (if exists; such repo allows us to create a tarball update for translation-update package without rebuild)
|
|
# - latest patchlevel packages sources (if exists)
|
|
# - the original gold master (GA) package sources
|
|
OSC_REPOSITORIES=( openSUSE:Factory )
|
|
|
|
# OSC_REPOSITORIES array index of the main (fully rebuilt with current translation-update-upstream) repository (starts with 0).
|
|
# It is typically 0 for Factory based products, 1 for products where 0 is a proposed-translation-fixes repo, 2 for products which are not fully rebuilt before release where 1 represents patchlevel repository.
|
|
OSC_MAIN_INDEX=0
|
|
|
|
# OSC_REPOSITORIES array index of the repository with proposed translation updates that don't appear in the main product (starts with 0). Keep empty if there is no such repository.
|
|
# It is typically empty for Factory based products, otherwise it points to an unreleased proposed-translation-fixes repository with index 0.
|
|
OSC_PROPOSED_INDEX=
|
|
|
|
# osc server, empty for using of the osc default
|
|
OSC_APIURL=https://api.opensuse.org/
|