mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
updated jungfrau server binary
This commit is contained in:
parent
ee20932392
commit
32924def33
@ -1 +1 @@
|
||||
../../../slsSupportLib/include/ansi.h
|
||||
../../slsSupportLib/include/ansi.h
|
Binary file not shown.
@ -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/jungfrauDetectorServer
|
||||
Path: slsDetectorPackage/slsDetectorServers/jungfrauDetectorServer
|
||||
URL: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repository Root: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repsitory UUID: b9f97f42a6a369dfb5c484bffeaa7a417e9cbca1
|
||||
Repsitory UUID: ee20932392a576a700f48140be02acb94b7eb6de
|
||||
Revision: 1
|
||||
Branch: refactor
|
||||
Last Changed Author: Dhanya_Thattil
|
||||
Last Changed Rev: 4067
|
||||
Last Changed Date: 2018-10-08 13:53:39.000000002 +0200 ./Makefile.virtual
|
||||
Last Changed Rev: 4103
|
||||
Last Changed Date: 2018-10-11 13:46:09.000000002 +0200 ./RegisterDefs.h
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define GITURL "git@github.com:slsdetectorgroup/slsDetectorPackage.git"
|
||||
#define GITREPUUID "b9f97f42a6a369dfb5c484bffeaa7a417e9cbca1"
|
||||
#define GITREPUUID "ee20932392a576a700f48140be02acb94b7eb6de"
|
||||
#define GITAUTH "Dhanya_Thattil"
|
||||
#define GITREV 0x4067
|
||||
#define GITDATE 0x20181008
|
||||
#define GITREV 0x4103
|
||||
#define GITDATE 0x20181011
|
||||
#define GITBRANCH "refactor"
|
||||
|
@ -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,12 +1,12 @@
|
||||
SERVER=jungfrauDetectorServer
|
||||
MAINDIR=slsDetectorPackage
|
||||
SPECDIR=slsDetectorSoftware/slsDetectorServers/$SERVER
|
||||
SPECDIR=slsDetectorServers/$SERVER
|
||||
TMPFILE=gitInfoJungfrauTmp.h
|
||||
INCLFILE=gitInfoJungfrau.h
|
||||
|
||||
|
||||
#evaluate the variables
|
||||
EVALFILE=../../../evalVersionVariables.sh
|
||||
EVALFILE=../../evalVersionVariables.sh
|
||||
source $EVALFILE
|
||||
|
||||
|
||||
@ -25,7 +25,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
|
@ -1,6 +1,6 @@
|
||||
/** API versions */
|
||||
#define APIRECEIVER 0x180927
|
||||
#define APIEIGER 0x181008
|
||||
#define APIJUNGFRAU 0x180925
|
||||
#define APIJUNGFRAU 0x181008
|
||||
#define APIGOTTHARD 0x180928
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user