diff options
| author | Philip J Freeman <elektron@halo.nu> | 2005-07-22 01:13:13 -0700 |
|---|---|---|
| committer | Philip J Freeman <elektron@halo.nu> | 2026-04-22 12:13:02 -0700 |
| commit | 521028801517a92ffdbf4911ca9d6db67e8de7d3 (patch) | |
| tree | 5eaf050789a03275c73fd810f8d65edb6de54cc1 /config | |
| parent | e33ea89387b46c5a4a91b1fd90c05e0d7ad56470 (diff) | |
add a gui; initial dev releasehalo.01.20250721.235859
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" |
