d/extra/prepare-commit-package.sh: Update script for Hirsute

This commit is contained in:
Ryan Pavlik 2021-10-27 10:19:54 -05:00
parent 7dc109346a
commit 915773f6f9

View file

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright 2020, Ryan Pavlik <ryan@ryanpavlik.com>
# SPDX-FileCopyrightText: 2020-2021, Ryan Pavlik <ryan@ryanpavlik.com>
# SPDX-License-Identifier: CC0-1.0
# Packages produced this way are for automated use only and shouldn't be uploaded to the Debian archive.
@ -22,7 +22,7 @@ set -e
PKG_REVISION=$2
export PKG_REVISION
else
PKG_REVISION=1~ci$(date --utc "+%Y%m%d")
PKG_REVISION=1~ubuntu2104~ci$(date --utc "+%Y%m%d")
export PKG_REVISION
fi