Hello community,

here is the log from the commit of package obs-service-download_files for 
openSUSE:Factory checked in at 2013-07-23 20:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-download_files (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-download_files.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-download_files"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-download_files/obs-service-download_files.changes
    2013-06-25 17:15:54.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_files.new/obs-service-download_files.changes
       2013-07-23 20:34:06.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 16 14:56:46 UTC 2013 - [email protected]
+
+- fallback to openSUSE 12.3 config if build does not provide default.config
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ download_files ++++++
--- /var/tmp/diff_new_pack.pFNXFC/_old  2013-07-23 20:34:07.000000000 +0200
+++ /var/tmp/diff_new_pack.pFNXFC/_new  2013-07-23 20:34:07.000000000 +0200
@@ -74,11 +74,14 @@
 }
 
 
+default_config="/usr/lib/build/configs/sl12.3.conf"
+[ -e "/usr/lib/build/configs/default.conf" ] && 
default_config="/usr/lib/build/configs/default.conf"
+
 RETURN=0
 for i in *.spec PKGBUILD; do
   test -e "$i" || continue
 
-  for url in `perl -I/usr/lib/build -MBuild -e Build::show 
/usr/lib/build/configs/default.conf "$i" sources`; do
+  for url in `perl -I/usr/lib/build -MBuild -e Build::show $default_config 
"$i" sources`; do
     WGET="/usr/bin/wget -4 --no-check-certificate --timeout=30 -q --tries=2 
--no-directories"
     MYCACHEDIRECTORY="$CACHEDIRECTORY"
     PROTOCOL="${url%%:*}"

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

Reply via email to