mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 05:56:50 +01:00
fixed new header for eiger
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
MAINDIR=slsDetectorsPackage
|
||||
SPECDIR=slsReceiverSoftware
|
||||
TMPFILE=gitInfoReceiverTmp.h
|
||||
INCLFILE=gitInfoReceiver.h
|
||||
TMPFILE=include/gitInfoReceiverTmp.h
|
||||
INCLFILE=include/gitInfoReceiver.h
|
||||
WD=$PWD
|
||||
|
||||
GITREPO1='git remote -v'
|
||||
@@ -28,7 +28,7 @@ REV=`eval $REV1 $REV2`
|
||||
FOLDERREV=`eval $FOLDERREV1 $FOLDERREV2`
|
||||
RDATE=`eval $RDATE1`
|
||||
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 $WD
|
||||
cd ..
|
||||
./genVersionHeader.sh $SPECDIR/gitInfo.txt $SPECDIR/$TMPFILE $SPECDIR/$INCLFILE
|
||||
echo "Revision Updated"
|
||||
cd $WD
|
||||
|
||||
Reference in New Issue
Block a user