[med-svn] r11628 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Sat Jul 7 17:39:18 UTC 2012
Author: luisibanez-guest
Date: 2012-07-07 17:39:17 +0000 (Sat, 07 Jul 2012)
New Revision: 11628
Modified:
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/get-orig-source
Log:
ENH: Fixed typo in directory name of VistA-FOIA sources.
-T-his line, and those below, will be ignored--
Index: get-orig-source
===================================================================
--- get-orig-source (revision 11627)
+++ get-orig-source (working copy)
@@ -1,5 +1,5 @@
#!/bin/bash
-export CMAKE_VISTA_FOIA_DIR=.vista/Vista-FOIA
+export CMAKE_VISTA_FOIA_DIR=`pwd`/vista/VistA-FOIA
#
# Download VistA-FOIA and OSEHRA-Automated-Testing from Github.
@@ -25,9 +25,9 @@
# Prepare routines and globals for importing
#
echo "I: Preparing routines and globals for importing..."
-echo "I: VistA-FOIA sources are in the directory: CMAKE_VISTA_FOIA_DIR "
+echo "I: VistA-FOIA sources are in the directory: "
echo $CMAKE_VISTA_FOIA_DIR
-find $CMAKE_VISTA_FOIA_DIR -name "*.m" | sort | python Scripts/PackRO.py > $CMAKE_VISTA_FOIA_DIR/routines.ro
+find $CMAKE_VISTA_FOIA_DIR -name "*.m" | sort | python $CMAKE_VISTA_FOIA_DIR/Scripts/PackRO.py > $CMAKE_VISTA_FOIA_DIR/routines.ro
find $CMAKE_VISTA_FOIA_DIR -name "*.zwr" | sort > $CMAKE_VISTA_FOIA_DIR/globals.lst
Index: changelog
===================================================================
--- changelog (revision 11627)
+++ changelog (working copy)
@@ -16,6 +16,7 @@
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
+ Fixed typo in directory name of VistA-FOIA sources.
working reliably.
* debian/auto_install:
Added process for importing routines and globals into VistA instance.
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-07 16:46:53 UTC (rev 11627)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-07 17:39:17 UTC (rev 11628)
@@ -16,6 +16,7 @@
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
+ Fixed typo in directory name of VistA-FOIA sources.
working reliably.
* debian/auto_install:
Added process for importing routines and globals into VistA instance.
Modified: trunk/packages/vista/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/vista/trunk/debian/get-orig-source 2012-07-07 16:46:53 UTC (rev 11627)
+++ trunk/packages/vista/trunk/debian/get-orig-source 2012-07-07 17:39:17 UTC (rev 11628)
@@ -1,5 +1,5 @@
#!/bin/bash
-export CMAKE_VISTA_FOIA_DIR=.vista/Vista-FOIA
+export CMAKE_VISTA_FOIA_DIR=`pwd`/vista/VistA-FOIA
#
# Download VistA-FOIA and OSEHRA-Automated-Testing from Github.
@@ -25,9 +25,9 @@
# Prepare routines and globals for importing
#
echo "I: Preparing routines and globals for importing..."
-echo "I: VistA-FOIA sources are in the directory: CMAKE_VISTA_FOIA_DIR "
+echo "I: VistA-FOIA sources are in the directory: "
echo $CMAKE_VISTA_FOIA_DIR
-find $CMAKE_VISTA_FOIA_DIR -name "*.m" | sort | python Scripts/PackRO.py > $CMAKE_VISTA_FOIA_DIR/routines.ro
+find $CMAKE_VISTA_FOIA_DIR -name "*.m" | sort | python $CMAKE_VISTA_FOIA_DIR/Scripts/PackRO.py > $CMAKE_VISTA_FOIA_DIR/routines.ro
find $CMAKE_VISTA_FOIA_DIR -name "*.zwr" | sort > $CMAKE_VISTA_FOIA_DIR/globals.lst
More information about the debian-med-commit
mailing list