Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
dirty="" && \
numcomm="0"; \
else \
+ if [ ! -d .git ]; then \
+ export GIT_DIR="$(abs_srcdir)/.git";\
+ fi && \
gitver="$(shell git describe --abbrev=4 --match='v*' HEAD 2>/dev/null)" && \
rpmver=`echo $$gitver | sed -e "s/^v//" -e "s/-.*//g"` && \
alphatag=`echo $$gitver | sed -e "s/.*-//" -e "s/^g//"` && \
dirty="" && \
numcomm="0"; \
else \
+ if [ ! -d .git ]; then \
+ export GIT_DIR="$(abs_srcdir)/.git";\
+ fi && \
gitver="$(shell git describe --abbrev=4 --match='v*' HEAD 2>/dev/null)" && \
debver=`echo $$gitver | sed -e "s/^v//" -e "s/-.*//g"` && \
alphatag=`echo $$gitver | sed -e "s/.*-//" -e "s/^g//"` && \
Implement link auth via user/passwd
-check build out-of-tree for spec file
-
general:
add log to vty:
- config (per subsystem/total)