Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 6049643e authored by kraus's avatar kraus
Browse files

adjust hooks to renaming of revision header

parent 1cbf6acc
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ echo "#define GIT_VERSION \"$REV\"" > revision.tmp
diff revision.tmp src/revision.h 2>&1 > /dev/null
if [ $? -eq 1 ];then
mv revision.tmp src/revision.h
mv revision.tmp src/OPALrevision.h
else
rm revision.tmp
fi
\ No newline at end of file
fi
......@@ -6,7 +6,7 @@ echo "#define GIT_VERSION \"$REV\"" > revision.tmp
diff revision.tmp src/revision.h 2>&1 > /dev/null
if [ $? -eq 1 ];then
mv revision.tmp src/revision.h
mv revision.tmp src/OPALrevision.h
else
rm revision.tmp
fi
\ No newline at end of file
fi
......@@ -6,7 +6,7 @@ echo "#define GIT_VERSION \"$REV\"" > revision.tmp
diff revision.tmp src/revision.h 2>&1 > /dev/null
if [ $? -eq 1 ];then
mv revision.tmp src/revision.h
mv revision.tmp src/OPALrevision.h
else
rm revision.tmp
fi
\ No newline at end of file
fi
......@@ -6,7 +6,7 @@ echo "#define GIT_VERSION \"$REV\"" > revision.tmp
diff revision.tmp src/revision.h 2>&1 > /dev/null
if [ $? -eq 1 ];then
mv revision.tmp src/revision.h
mv revision.tmp src/OPALrevision.h
else
rm revision.tmp
fi
\ No newline at end of file
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment