Andreas Tille pushed to branch upstream at Debian Med / minia


Commits:
fe5c00a6 by Andreas Tille at 2021-11-12T09:35:02+01:00
New upstream version 3.2.6
- - - - -


4 changed files:

- CMakeLists.txt
- scripts/jenkins/tool-minia-build-debian7-64bits-gcc-4.7.sh
- scripts/jenkins/tool-minia-build-macos-10.9.5-gcc-4.2.1.sh
- scripts/jenkins/tool-minia-release-debian.sh


Changes:

=====================================
CMakeLists.txt
=====================================
@@ -8,7 +8,7 @@ cmake_minimum_required (VERSION 2.6)
 # The default version number is the latest official build
 SET (gatb-tool_VERSION_MAJOR 3)
 SET (gatb-tool_VERSION_MINOR 2)
-SET (gatb-tool_VERSION_PATCH 4)
+SET (gatb-tool_VERSION_PATCH 5)
 
 # But, it is possible to define another release number during a local build
 IF (DEFINED MAJOR)


=====================================
scripts/jenkins/tool-minia-build-debian7-64bits-gcc-4.7.sh
=====================================
@@ -106,5 +106,8 @@ if [ $? -eq 0 ] && [ "$INRIA_FORGE_LOGIN" != none ] && [ 
"$DO_NOT_STOP_AT_ERROR"
        make package
     scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Linux.tar.gz 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
     # source package is handled by the osx task
+    # ... not anymore  since I disabled osx
+    make package_source
+    scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
 fi
 


=====================================
scripts/jenkins/tool-minia-build-macos-10.9.5-gcc-4.2.1.sh
=====================================
@@ -103,8 +103,8 @@ fi
 # Prepare and upload bin and source bundle to the forge
 if [ $? -eq 0 ] && [ "$INRIA_FORGE_LOGIN" != none ] && [ 
"$DO_NOT_STOP_AT_ERROR" != true ]; then
        make package
-    make package_source
+    #make package_source # putting this in debian instead
     scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
-    scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
+    #scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
 fi
 


=====================================
scripts/jenkins/tool-minia-release-debian.sh
=====================================
@@ -95,7 +95,7 @@ git clone https://github.com/pgdurand/github-release-api.git
 scp 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria/${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Linux.tar.gz
 .
 [ $? != 0 ] && exit 1
 scp 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria/${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz
 .
-[ $? != 0 ] && exit 1
+#[ $? != 0 ] && exit 1 # disabled because mavericks machine is down in 2021
 scp 
${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria/${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz
 .
 [ $? != 0 ] && exit 1
 
@@ -122,7 +122,7 @@ function uploadFile(){
 }
 
 uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Linux.tar.gz
-uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz
+#uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz
 uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz
 
 



View it on GitLab: 
https://salsa.debian.org/med-team/minia/-/commit/fe5c00a65a16c0e897793d6e9931acb9677757e1

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/minia/-/commit/fe5c00a65a16c0e897793d6e9931acb9677757e1
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to