# upstream-collect.conf: Configuration for updating of translation-update-upstream package. # # osc repositories with packages (space separated list in parentheses, first takes precedence) # Item [0] has a special meaning: It is a repository with proposed translation fixes. # Item [1] has a special meaning: It is a main repository of a product that is going to be released. OSC_REPOSITORIES=( home:sbrabec:branches:SUSE:SLE-11-SP4:proposed-translation-fixes SUSE:SLE-11-SP4:GA SUSE:SLE-11-SP3:Update:Test SUSE:SLE-11-SP3:Update SUSE:SLE-11-SP3:GA SUSE:SLE-11-SP2:Update:Test SUSE:SLE-11-SP2:Update SUSE:SLE-11-SP2:GA SUSE:SLE-11-SP1:Update SUSE:SLE-11-SP1:GA SUSE:SLE-11:Update SUSE:SLE-11:GA ) # OSC_REPOSITORIES array index of the main (rebuilt with current translation-update-upstream) repository (starts with 0). OSC_MAIN_INDEX=1 # 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. OSC_PROPOSED_INDEX=0 # osc server, empty for using of the osc default OSC_APIURL=https://api.suse.de