commit of the day

This commit is contained in:
thomas 2023-07-11 23:00:08 +02:00
parent 0925d5a9e4
commit 568c7a4342
19 changed files with 67 additions and 64 deletions

View file

@ -1,22 +1,19 @@
#!/bin/bash
VERSION=2.11.2
VERSION=2.11.1
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=bookworm
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=12
main(){
base_package_upgrade
STEP="base_package_upgrade envinit default_prebuild build makedeb"
envinit() {
configure_depot_yarn
configure_depot_nodejs
install_package_dependency
get_git_source
build
makedeb
apt install -y --no-install-recommends build-essential python nodejs rsync yarn
}
build() {