54b59b4f98
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-patch-translation?expand=0&rev=c419c4f270811bfc05cab5702e35e510
24 lines
884 B
Plaintext
24 lines
884 B
Plaintext
# gnome-patch-translation.conf: Configuration for
|
|
# updating of gnome-patch-translation package.
|
|
#
|
|
|
|
# Your account at Berlios. Empty means your local id.
|
|
NAME=
|
|
|
|
# URI of LCN SVN repository.
|
|
# It should contain string "$BRANCH_PATH", which will be replaced by the
|
|
# BRANCH path (see below) and may contain NAME, which will be replaced by user name above.
|
|
LCN_SVN_URI='https://$NAME@svn.berlios.de/svnroot/repos/opensuse-i18n/$BRANCH_PATH/lcn'
|
|
|
|
# lcn branch on LCN SVN
|
|
LCN_BRANCH=trunk
|
|
|
|
# osc repositories with packages (space separated list in parentheses, first takes precedence)
|
|
OSC_REPOSITORIES=( GNOME:Factory openSUSE:Factory )
|
|
|
|
# list of packages in gnome-patch-translation project
|
|
GPT_PACKAGES="gnome-control-center gnome-panel gnome-power-manager gnome-session gnome-vfs2 gtk2 nautilus system-config-printer xchat"
|
|
|
|
# osc server, empty for using of the osc default
|
|
OSC_APIURL=
|