Stanislav Brabec
c97d19f7fc
- Reset outdated translations and turn translate-update-upstream into dummy (bsc#1172337, boo#1172367). - Drop SLE / Leap discrimination code. - translation-update-upstream.in: * Disable msgmerge. Never cause translation regression, even at cost of superfluous strings (bsc#1160114). * Implement new heuristic: use xgettext. Make it the default (bsc#1160114). * translation-update-upstream-embedded.patch: Update. - upstream-collect.sh supplementary script: Port translation-update-upstream.in changes. - upstream-collect.sh supplementary script: Port meson support to the fallback pot extractor (bsc#1095368#c9). - upstream-collect.sh, upstream-collect.conf supplementary script: Evaluate %is_opensuse for target system instead of host (bsc#1095368#c8). - Update to version 20191002 (bsc#1095361, bsc#1095364, bsc#1095368, bsc#1095371, bsc#1095377, bsc#1095379): * Update configuration to be SLE15 SP1 Update compatible. * Add new upstream branches to tlst files. * Update create-tlst-step2-create-gnome_gtp.sh to cover new upstream branches. * Update all strings from upstream and LCN. - upstream-collect.sh supplementary script: Make paths compatible with Tumbleweed. - Update to version 20190328: * Translation updates. OBS-URL: https://build.opensuse.org/request/show/810690 OBS-URL: https://build.opensuse.org/package/show/Base:System/translation-update-upstream?expand=0&rev=67
21 lines
1.4 KiB
Plaintext
21 lines
1.4 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:Leap:15.2 openSUSE:Leap:15.1:Update openSUSE:Leap:15.1 openSUSE:Leap:15.0:Update openSUSE:Leap:15.0 )
|
|
|
|
# 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=4
|
|
|
|
# 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/
|