mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
semaphore: use dots instead of dashes
Borrowed from https://salsa.debian.org/systemd-team/systemd/-/commit/511d5d5452d29bd3af7.
This commit is contained in:
parent
5a0173147b
commit
e65848175f
@ -66,9 +66,9 @@ for phase in "${PHASES[@]}"; do
|
||||
git checkout FETCH_HEAD debian
|
||||
|
||||
# craft changelog
|
||||
UPSTREAM_VER=$(git describe | sed 's/^v//')
|
||||
UPSTREAM_VER=$(git describe | sed 's/^v//;s/-/./g')
|
||||
cat << EOF > debian/changelog.new
|
||||
systemd (${UPSTREAM_VER}-0) UNRELEASED; urgency=low
|
||||
systemd (${UPSTREAM_VER}.0) UNRELEASED; urgency=low
|
||||
|
||||
* Automatic build for upstream test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user