mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
d/extra/prepare-commit-package.sh: Update script for Hirsute
This commit is contained in:
parent
7dc109346a
commit
915773f6f9
4
debian/extra/prepare-commit-package.sh
vendored
4
debian/extra/prepare-commit-package.sh
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue