source: issm/oecreview/Archive/16554-17801/ISSM-16706-16707.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 2.2 KB
RevLine 
[17802]1Index: ../trunk-jpl/externalpackages/nose/install-macosx64-python2.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/nose/install-macosx64-python2.sh (revision 16706)
4+++ ../trunk-jpl/externalpackages/nose/install-macosx64-python2.sh (revision 16707)
5@@ -12,3 +12,8 @@
6 cd src
7 python ./setup.py build
8 python ./setup.py install
9+
10+#to be flagged by jenkins, we create an empty install dir:
11+cd ../
12+mkdir install
13+touch install/emptyfile
14Index: ../trunk-jpl/externalpackages/nose/install-macosx64-python3.sh
15===================================================================
16--- ../trunk-jpl/externalpackages/nose/install-macosx64-python3.sh (revision 16706)
17+++ ../trunk-jpl/externalpackages/nose/install-macosx64-python3.sh (revision 16707)
18@@ -9,3 +9,8 @@
19 cd src
20 python ./setup.py build
21 python ./setup.py install
22+
23+#to be flagged by jenkins, we create an empty install dir:
24+cd ../
25+mkdir install
26+touch install/emptyfile
27Index: ../trunk-jpl/externalpackages/nose/install-linux64-python2.sh
28===================================================================
29--- ../trunk-jpl/externalpackages/nose/install-linux64-python2.sh (revision 16706)
30+++ ../trunk-jpl/externalpackages/nose/install-linux64-python2.sh (revision 16707)
31@@ -1,7 +1,7 @@
32 #!/bin/bash
33 #Install Python nose module
34
35-rm -rf src
36+rm -rf src install
37
38 #Download from ISSM server
39 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/nose-1.1.2.tar.gz' 'nose-1.1.2.tar.gz'
40@@ -12,3 +12,9 @@
41 cd src
42 python ./setup.py build
43 python ./setup.py install
44+
45+#to be flagged by jenkins, we create an empty install dir:
46+cd ../
47+mkdir install
48+touch install/emptyfile
49+
50Index: ../trunk-jpl/externalpackages/nose/install-linux64-python3.sh
51===================================================================
52--- ../trunk-jpl/externalpackages/nose/install-linux64-python3.sh (revision 16706)
53+++ ../trunk-jpl/externalpackages/nose/install-linux64-python3.sh (revision 16707)
54@@ -9,3 +9,8 @@
55 cd src
56 python ./setup.py build
57 python ./setup.py install
58+
59+#to be flagged by jenkins, we create an empty install dir:
60+cd ../
61+mkdir install
62+touch install/emptyfile
Note: See TracBrowser for help on using the repository browser.