Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2013-06-21 01:36:30 +0400
committerDaniel Salazar <zanqdo@gmail.com>2013-06-21 01:36:30 +0400
commitb2e01fa6bb42aa8abe41edf9743fed3faccbef4b (patch)
tree18a2a7921c81518ba0c6af02b44511e36559174d
parent2efea8cf03f9bcb923d969b9ba4c905503e306dc (diff)
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
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 514e9f4ee58..2ac3a75688e 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2285,7 +2285,7 @@ install_RPM() {
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."