From 521028801517a92ffdbf4911ca9d6db67e8de7d3 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Fri, 22 Jul 2005 01:13:13 -0700 Subject: add a gui; initial dev release --- config | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config b/config index ca263c7..0164380 100644 --- a/config +++ b/config @@ -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" -- cgit v1.2.3