Suivi de version

This commit is contained in:
thomas 2023-07-05 23:53:40 +02:00
parent 7531b2fcac
commit 0925d5a9e4
17 changed files with 61 additions and 56 deletions

View file

@ -1,19 +1,22 @@
#!/bin/bash
VERSION=2.11.1
VERSION=2.11.2
APP=joplin-server
GIT_VERSION=server-v${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEPOT=https://github.com/laurent22/joplin.git
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
IMAGE_SIZE=12
STEP="base_package_upgrade envinit default_prebuild build makedeb"
envinit() {
main(){
base_package_upgrade
configure_depot_yarn
configure_depot_nodejs
apt install -y --no-install-recommends build-essential python nodejs rsync yarn
install_package_dependency
get_git_source
build
makedeb
}
build() {