From a32cc284d1c548dde24a1356887a25efb1583c7b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 7 Oct 2017 14:13:17 +0200 Subject: Change default os upload directory to buildos-devel/ --- upload | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload b/upload index 2975fc5..b573806 100755 --- a/upload +++ b/upload @@ -3,7 +3,7 @@ # Upload the Build OS images to a TFTP server. # # If the tftp server host is not specified, then build@build-cache is -# assumed. The images are uploaded to /var/lib/tftpboot/buildos/. +# assumed. The images are uploaded to /var/lib/tftpboot/buildos-devel/. # usage="usage: $0 [@]" @@ -26,4 +26,4 @@ fi # rsync -v --progress -lpt -c --copy-unsafe-links --delay-updates \ buildos-image buildos-initrd buildos-buildid \ - $host:/var/lib/tftpboot/buildos/ + $host:/var/lib/tftpboot/buildos-devel/ -- cgit v1.1