mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
Fix deb package
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
+2
-6
@@ -1,14 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
set -e
|
||||
|
||||
version=$1
|
||||
distro=$2
|
||||
set -ex
|
||||
|
||||
maintainer=$(awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control)
|
||||
|
||||
cat > "debian/changelog" <<-EOF
|
||||
docker-credential-helpers ($version) $DISTRO; urgency=low
|
||||
docker-credential-helpers ($VERSION) $DISTRO-$SUITE; urgency=low
|
||||
|
||||
* New upstream version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user