blob: ca263c7d9b4c271daf89e5f774ccd5655db456ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
osname=halo
osversion=01
osdesc="Down In It"
codename=trixie
branch="$osname"/"$osversion"/x86_64/buildmain/standard
# local dirs
roots=roots
build_repo=build-repo
repo=repo
# remote
remote=repo-dev
remote_url="https://os.halo.nu/$remote"
# publish-repo
publish_remote_repo="ph1l@os.halo.nu:/var/www/os.halo.nu/$remote"
|