release.sh: commit modified debian/changelog
Otherwise, we cannot switch branches.
This commit is contained in:
parent
e362c3cf30
commit
5a20394092
|
@ -98,6 +98,7 @@ mkdir debian
|
||||||
# Copy over the changelog because we expect it to be locally modified in the
|
# Copy over the changelog because we expect it to be locally modified in the
|
||||||
# start directory.
|
# start directory.
|
||||||
cp "${STARTDIR}/debian/changelog" i3/debian/changelog
|
cp "${STARTDIR}/debian/changelog" i3/debian/changelog
|
||||||
|
(cd i3 && git add debian/changelog && git commit -m 'Update debian/changelog')
|
||||||
|
|
||||||
cat > ${TMPDIR}/Dockerfile <<EOT
|
cat > ${TMPDIR}/Dockerfile <<EOT
|
||||||
FROM debian:sid
|
FROM debian:sid
|
||||||
|
|
Loading…
Reference in New Issue