summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-05-22 20:41:57 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-05-22 20:41:57 +0100
commit26f26bdca02de501fa8485522bdc6b8e61902e02 (patch)
tree46362d915ffe1025ae656980547967ed4ac003af
parent3704eb1397d27dbd25f19d4c7345ba6e2edf5aa1 (diff)
git-debpush: Revert recent changes to in-tag metadata
Let's wait until we implement the relevant server-side changes. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rwxr-xr-xgit-debpush4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-debpush b/git-debpush
index b6c7f57..beafd4b 100755
--- a/git-debpush
+++ b/git-debpush
@@ -2,7 +2,7 @@
# git-debpush -- create & push a git tag with metadata for an ftp-master upload
#
-# Copyright (C) 2019, 2024 Sean Whitton
+# Copyright (C) 2019 Sean Whitton
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -481,7 +481,7 @@ fi
tagmessage="$source release $version for $target
[dgit distro=$distro split$quilt_mode_text]
-[dgit please-upload source=$source version=$version$upstream_info]
+[dgit please-upload$upstream_info]
"
git tag "${git_tag_opts[@]}" -s -m "$tagmessage" "$debian_tag" "$branch"