mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
updated gotthard binary, not run
This commit is contained in:
parent
32924def33
commit
302f31678f
@ -1 +1 @@
|
||||
../../../slsSupportLib/include/ansi.h
|
||||
../../slsSupportLib/include/ansi.h
|
@ -1 +1 @@
|
||||
../../../slsSupportLib/include/communication_funcs.c
|
||||
../../slsSupportLib/include/communication_funcs.c
|
@ -1 +1 @@
|
||||
../../../slsSupportLib/include/communication_funcs.h
|
||||
../../slsSupportLib/include/communication_funcs.h
|
@ -1,9 +1,9 @@
|
||||
Path: slsDetectorPackage/slsDetectorSoftware/slsDetectorServers/gotthardDetectorServer
|
||||
Path: slsDetectorPackage/slsDetectorServers/gotthardDetectorServer
|
||||
URL: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repository Root: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repsitory UUID: 923a7e8936cbfe32a8781554de32c66be2f78035
|
||||
Revision: 2
|
||||
Repsitory UUID: 32924def331e065c3955c593c07ceef2955e89e6
|
||||
Revision: 1
|
||||
Branch: refactor
|
||||
Last Changed Author: Dhanya_Thattil
|
||||
Last Changed Rev: 4068
|
||||
Last Changed Date: 2018-10-09 09:15:04.000000002 +0200 ./firmware_funcs.c
|
||||
Last Changed Rev: 4104
|
||||
Last Changed Date: 2018-10-11 13:46:09.000000002 +0200 ./server_funcs.h
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define GITURL "git@github.com:slsdetectorgroup/slsDetectorPackage.git"
|
||||
#define GITREPUUID "923a7e8936cbfe32a8781554de32c66be2f78035"
|
||||
#define GITREPUUID "32924def331e065c3955c593c07ceef2955e89e6"
|
||||
#define GITAUTH "Dhanya_Thattil"
|
||||
#define GITREV 0x4068
|
||||
#define GITDATE 0x20181009
|
||||
#define GITREV 0x4104
|
||||
#define GITDATE 0x20181011
|
||||
#define GITBRANCH "refactor"
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
../../../slsSupportLib/include/sls_detector_defs.h
|
||||
../../slsSupportLib/include/sls_detector_defs.h
|
@ -1 +1 @@
|
||||
../../../slsSupportLib/include/sls_detector_funcs.h
|
||||
../../slsSupportLib/include/sls_detector_funcs.h
|
@ -1 +0,0 @@
|
||||
../../../slsSupportLib/include/sls_receiver_defs.h
|
@ -1 +0,0 @@
|
||||
../../../slsSupportLib/include/sls_receiver_funcs.h
|
@ -1,11 +1,11 @@
|
||||
SERVER=gotthardDetectorServer
|
||||
MAINDIR=slsDetectorPackage
|
||||
SPECDIR=slsDetectorSoftware/slsDetectorServers/$SERVER
|
||||
SPECDIR=slsDetectorServers/$SERVER
|
||||
TMPFILE=gitInfoGotthardTmp.h
|
||||
INCLFILE=gitInfoGotthard.h
|
||||
|
||||
#evaluate the variables
|
||||
EVALFILE=../../../evalVersionVariables.sh
|
||||
EVALFILE=../../evalVersionVariables.sh
|
||||
source $EVALFILE
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ OLDDATE=$(more $INCLFILE | grep '#define GITDATE' | awk '{print $3}')
|
||||
#update INCLFILE if changes
|
||||
if [ "$OLDDATE" != "$NEWDATE" ]; then
|
||||
echo Path: ${MAINDIR}/${SPECDIR} $'\n'URL: ${GITREPO} $'\n'Repository Root: ${GITREPO} $'\n'Repsitory UUID: ${REPUID} $'\n'Revision: ${FOLDERREV} $'\n'Branch: ${BRANCH} $'\n'Last Changed Author: ${AUTH1}_${AUTH2} $'\n'Last Changed Rev: ${REV} $'\n'Last Changed Date: ${RDATE} > gitInfo.txt
|
||||
cd ../../../
|
||||
cd ../../
|
||||
./genVersionHeader.sh $SPECDIR/gitInfo.txt $SPECDIR/$TMPFILE $SPECDIR/$INCLFILE
|
||||
cd $WD
|
||||
fi
|
||||
|
@ -1 +1 @@
|
||||
../../../slsSupportLib/include/versionAPI.h
|
||||
../../slsSupportLib/include/versionAPI.h
|
@ -2,5 +2,5 @@
|
||||
#define APIRECEIVER 0x180927
|
||||
#define APIEIGER 0x181008
|
||||
#define APIJUNGFRAU 0x181008
|
||||
#define APIGOTTHARD 0x180928
|
||||
#define APIGOTTHARD 0x181009
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user