new version authelia gitea glpi joplin
This commit is contained in:
parent
0fca739c90
commit
0001546ae9
4 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=10.0.0-rc2-thl
|
||||
RELEASE=1
|
||||
VERSION=10.0.0-rc2
|
||||
|
||||
[ -e ./lib/function.sh ] && source ./lib/function.sh
|
||||
|
||||
APP=glpi
|
||||
DEPOT=https://github.com/tomamplius/glpi.git
|
||||
GIT_VERSION=${VERSION}
|
||||
DEB_VERSION=${VERSION}-${RELEASE}
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue