[med-svn] r11627 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Sat Jul 7 16:46:53 UTC 2012
Author: luisibanez-guest
Date: 2012-07-07 16:46:53 +0000 (Sat, 07 Jul 2012)
New Revision: 11627
Modified:
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/get-orig-source
Log:
Now downloading sources from Kitware server, since wget from
github is not working reliably (temporary solution...).
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-07 16:17:46 UTC (rev 11626)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-07 16:46:53 UTC (rev 11627)
@@ -13,8 +13,10 @@
Specify that auto_install is in the debian directory.
Introduced a dedicated get-orig-source file to better use bash commands.
* debian/get-orig-source:
- Now preparing the routines.ro and globals.lst files at the moment of
+ Now preparing the routines.ro and globals.lst files at the moment of
packaging creating the orig.tar.gz file.
+ Downloading sources from Kitware server, since wget from github is not
+ working reliably.
* debian/auto_install:
Added process for importing routines and globals into VistA instance.
Making explicit the location of VistA-FOIA directories.
Modified: trunk/packages/vista/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/vista/trunk/debian/get-orig-source 2012-07-07 16:17:46 UTC (rev 11626)
+++ trunk/packages/vista/trunk/debian/get-orig-source 2012-07-07 16:46:53 UTC (rev 11627)
@@ -5,8 +5,10 @@
# Download VistA-FOIA and OSEHRA-Automated-Testing from Github.
#
echo "I: Downloading VistA-FOIA and OSEHRA-Automated-Testing..."
-wget -O./OSEHRA-VistA-FOIA.orig.tar.gz https://github.com/OSEHRA/VistA-FOIA/tarball/master
-wget -O./OSEHRA-OSEHRA-Automated-Testing.orig.tar.gz https://github.com/OSEHRA/OSEHRA-Automated-Testing/tarball/master
+# wget -O./OSEHRA-VistA-FOIA.orig.tar.gz https://github.com/OSEHRA/VistA-FOIA/tarball/master
+# wget -O./OSEHRA-OSEHRA-Automated-Testing.orig.tar.gz https://github.com/OSEHRA/OSEHRA-Automated-Testing/tarball/master
+wget http://public.kitware.com/pub/itk/OSEHRA/OSEHRA-VistA-FOIA.orig.tar.gz
+wget http://public.kitware.com/pub/itk/OSEHRA/OSEHRA-OSEHRA-Automated-Testing.orig.tar.gz
#
# Composing the directory tree to be used as sources.
More information about the debian-med-commit
mailing list