[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57621] trunk/blender/build_files/ build_environment/install_deps.sh: Updating suse packman repo url, name and alias to go in line with what suse does right now.

Daniel Salazar zanqdo at gmail.com
Thu Jun 20 23:36:31 CEST 2013


Revision: 57621
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57621
Author:   zanqdo
Date:     2013-06-20 21:36:30 +0000 (Thu, 20 Jun 2013)
Log Message:
-----------
Updating suse packman repo url, name and alias to go in line with what suse does right now. At least this should avoid duplicate packman repos on 12.3

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2013-06-20 19:39:29 UTC (rev 57620)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-06-20 21:36:30 UTC (rev 57621)
@@ -2285,7 +2285,7 @@
     read -p "Do you want to add this repo (Y/n)?"
     if [ "$(echo ${REPLY:=Y} | tr [:upper:] [:lower:])" == "y" ]; then
       INFO "    Installing packman..."
-      sudo zypper ar -f http://packman.inode.at/suse/openSUSE_$_suse_rel/ packman
+      sudo zypper ar --refresh --name 'Packman Repository' http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_$_suse_rel/ ftp.gwdg.de-suse
       INFO "    Done."
     else
       INFO "    Skipping packman installation."




More information about the Bf-blender-cvs mailing list