mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Add miniupnpc build tweak
This commit is contained in:
parent
dfb915e591
commit
3aa414836b
1 changed files with 9 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
readonly THISSCRIPT=$0
|
||||
readonly PACKAGE=$1
|
||||
readonly BRANCH=$2
|
||||
readonly DISTRIB="stretch"
|
||||
readonly DISTRIB="buster"
|
||||
|
||||
source /home/vinaigrette/config/config
|
||||
source /home/vinaigrette/scripts/common.sh
|
||||
|
@ -40,7 +40,7 @@ function main()
|
|||
|
||||
function validate_arguments()
|
||||
{
|
||||
[[ $PACKAGE =~ ^metronome$ ]] || critical "Invalid package $PACKAGE"
|
||||
[[ $PACKAGE =~ ^metronome|miniupnpc$ ]] || critical "Invalid package $PACKAGE"
|
||||
#[[ $PACKAGE =~ ^metronome|rspamd|unscd|python-toml$ ]] || critical "Invalid package $PACKAGE" # (These are the old stuff for which we had custom builds in stretch)
|
||||
[[ $BRANCH =~ ^testing|stable|unstable$ ]] || critical "Invalid branch $BRANCH"
|
||||
[[ "$(tty)" != "not a tty" ]] || critical "You aint in a tty (are you in a 'lxc exec' ?) The script can't run because pbuilder won't be happy :|"
|
||||
|
@ -50,6 +50,13 @@ function validate_arguments()
|
|||
# Build recipe / tweaks #
|
||||
# ##################### #
|
||||
|
||||
function tweak_miniupnpc()
|
||||
{
|
||||
# For some reason metronome version must include a revision ("-x")
|
||||
readonly VERSION="$(dpkg-parsechangelog -S Version 2>/dev/null)+yunohost"
|
||||
}
|
||||
|
||||
|
||||
function tweak_metronome()
|
||||
{
|
||||
# For some reason metronome version must include a revision ("-x")
|
||||
|
|
Loading…
Add table
Reference in a new issue