blob: 01643806ac06d857d36e58115bc409dee0860618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
osname=halo
osversion=01
osdesc="Down In It"
codename=trixie
build=main
buildenv=dev
arch="x86_64"
branch="$osname"/"$osversion"/"$build"/"$buildenv"/"$arch"
# local dirs
roots=roots
build_repo=build-repo/"$osversion"
repo=repo/"$osversion"
images=images
# remote
remote="$osname"-"$osversion"
remote_url="https://os.halo.nu/$remote"
# publish-repo
publish_remote_repo="ph1l@os.halo.nu:/var/www/os.halo.nu/$remote"
publish_images="ph1l@os.halo.nu:/var/www/os.halo.nu/images"
|