Makefile: Fix clog target
Needs to be based on c10s branch not c9s Related: RHEL-22656
This commit is contained in:
parent
9e8e7a745f
commit
3eb094df3b
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ update-spec: clog
|
|||||||
|
|
||||||
clog:
|
clog:
|
||||||
@echo "* $(shell date '+%a %b %d %Y') ${GITNAME} <${GITEMAIL}> - ${RHELVER}-${SERIAL}" > clog-spec
|
@echo "* $(shell date '+%a %b %d %Y') ${GITNAME} <${GITEMAIL}> - ${RHELVER}-${SERIAL}" > clog-spec
|
||||||
./tools/git-changelog -t origin/c9s > clog
|
./tools/git-changelog -t origin/c10s > clog
|
||||||
cat clog >> clog-spec
|
cat clog >> clog-spec
|
||||||
|
|
||||||
# These need to rerun make to pick up the bumped serial number
|
# These need to rerun make to pick up the bumped serial number
|
||||||
|
Loading…
Reference in New Issue
Block a user