comparison packaging/create-dist-package.sh.in @ 1367:e7a8ec3185f2

Add nosign option to linux-createpackage and use it in create-dist-package This should prevent doubled signatures in distributed packages which were first signed on the development system with the test key and then from the administrator application.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 24 Nov 2014 14:03:47 +0100
parents 46b598e0dfc6
children c480afb35db7
comparison
equal deleted inserted replaced
1366:8c829345ecfa 1367:e7a8ec3185f2
34 echo "Updating windows build" 34 echo "Updating windows build"
35 make -j`nproc` 35 make -j`nproc`
36 cd @CMAKE_SOURCE_DIR@/build-i386 36 cd @CMAKE_SOURCE_DIR@/build-i386
37 echo "Building x86 package" 37 echo "Building x86 package"
38 make -j`nproc` 38 make -j`nproc`
39 /bin/bash packaging/linux-createpackage.sh i386 39 /bin/bash packaging/linux-createpackage.sh i386 nosign
40 cd @CMAKE_BINARY_DIR@ 40 cd @CMAKE_BINARY_DIR@
41 echo "Building amd64 package" 41 echo "Building amd64 package"
42 /bin/bash packaging/linux-createpackage.sh x86_64 42 /bin/bash packaging/linux-createpackage.sh x86_64 nosign
43 mkdir -p $TMPDIR/linux 43 mkdir -p $TMPDIR/linux
44 mkdir -p $TMPDIR/windows 44 mkdir -p $TMPDIR/windows
45 mv @CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.sh \ 45 mv @CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.sh \
46 $TMPDIR/linux/TrustBridge-@PROJECT_VERSION@-amd64.sh 46 $TMPDIR/linux/TrustBridge-@PROJECT_VERSION@-amd64.sh
47 mv @CMAKE_SOURCE_DIR@/build-i386/TrustBridge-@PROJECT_VERSION@.sh \ 47 mv @CMAKE_SOURCE_DIR@/build-i386/TrustBridge-@PROJECT_VERSION@.sh \

http://wald.intevation.org/projects/trustbridge/