Hello community,

here is the log from the commit of package translation-update-upstream for 
openSUSE:Factory checked in at 2013-02-15 18:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/translation-update-upstream (Old)
 and      /work/SRC/openSUSE:Factory/.translation-update-upstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "translation-update-upstream", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/translation-update-upstream/translation-update-upstream.changes
  2013-02-14 21:16:20.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.translation-update-upstream.new/translation-update-upstream.changes
     2013-02-15 18:52:19.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Feb 14 20:30:28 CET 2013 - [email protected]
+
+- Improve supplementary script
+  translation-update-upstream-to-translation-update.sh to fit well
+  for SLE, openSUSE and SLE service packs.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ translation-update-upstream-to-translation-update.sh ++++++
--- /var/tmp/diff_new_pack.3si8fs/_old  2013-02-15 18:52:21.000000000 +0100
+++ /var/tmp/diff_new_pack.3si8fs/_new  2013-02-15 18:52:21.000000000 +0100
@@ -45,8 +45,12 @@
 cp -a ../../po-full po
 cd ../..
 
-osc ${OSC_APIURL:+--apiurl=$OSC_APIURL} ls "${OSC_REPOSITORIES[1]}" 
>${0%.sh}-rebuilt.lst
-osc ${OSC_APIURL:+--apiurl=$OSC_APIURL} ls "${OSC_REPOSITORIES[0]}" 
>${0%.sh}-outdated.lst
+osc ${OSC_APIURL:+--apiurl=$OSC_APIURL} ls 
"${OSC_REPOSITORIES[OSC_MAIN_INDEX]}" >${0%.sh}-rebuilt.lst
+if test -n "$OSC_PROPOSED_INDEX" ; then
+    osc ${OSC_APIURL:+--apiurl=$OSC_APIURL} ls 
"${OSC_REPOSITORIES[OSC_PROPOSED_INDEX]}" >${0%.sh}-outdated.lst
+else
+    echo -n '' >${0%.sh}-outdated.lst
+fi
 
 SERIAL=0
 for TLST in *.tlst ; do

++++++ upstream-collect.conf ++++++
--- /var/tmp/diff_new_pack.3si8fs/_old  2013-02-15 18:52:21.000000000 +0100
+++ /var/tmp/diff_new_pack.3si8fs/_new  2013-02-15 18:52:21.000000000 +0100
@@ -4,5 +4,11 @@
 # osc repositories with packages (space separated list in parentheses, first 
takes precedence)
 OSC_REPOSITORIES=( openSUSE:12.3 openSUSE:Factory )
 
+# OSC_REPOSITORIES array index of the main (rebuilt with current 
translation-update-upstream) repository (starts with 0).
+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.
+OSC_PROPOSED_INDEX=
+
 # osc server, empty for using of the osc default
 OSC_APIURL=

++++++ upstream-collect.sh ++++++
--- /var/tmp/diff_new_pack.3si8fs/_old  2013-02-15 18:52:21.000000000 +0100
+++ /var/tmp/diff_new_pack.3si8fs/_new  2013-02-15 18:52:21.000000000 +0100
@@ -100,7 +100,7 @@
 rm -rf UPSTREAM
 mkdir UPSTREAM
 if ! test -d STAMPS ; then
-    mkdir -p pot pot-tuu pot-diff
+    mkdir -p pot pot-tuu pot-diff po-full po-mandatory-full
     mkdir OSC PACKAGES UPDATE STAMPS
     rm -f upstream-collect.log
     rm -f upstream-collect.domain-map.tmp

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to