diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -3,16 +3,22 @@ osversion=01 osdesc="Down In It" codename=trixie -branch="$osname"/"$osversion"/x86_64/buildmain/standard +build=main +buildenv=dev +arch="x86_64" + +branch="$osname"/"$osversion"/"$build"/"$buildenv"/"$arch" # local dirs roots=roots -build_repo=build-repo -repo=repo +build_repo=build-repo/"$osversion" +repo=repo/"$osversion" +images=images # remote -remote=repo-dev +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" |
