diff options
-rwxr-xr-x | librerelease | 2 | ||||
-rw-r--r-- | libretools.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/librerelease b/librerelease index 0bad896..56cf856 100755 --- a/librerelease +++ b/librerelease @@ -76,6 +76,8 @@ clean_non_packages msg "Uploading packages..." rsync --recursive \ ${dryrun} \ + --no-group \ + --no-perms \ --copy-links \ --hard-links \ --partial \ diff --git a/libretools.conf b/libretools.conf index 3010595..05971d3 100644 --- a/libretools.conf +++ b/libretools.conf @@ -35,7 +35,7 @@ HOOKPRERELEASE="ssh -fN parabola" ## Server destination of libre packages # Don't change unless you know what you're doing and you won't screw # anything ;) -LIBREDESTDIR=/home/parabolavnx/parabolagnulinux.org/repo +LIBREDESTDIR=/srv/http/repo/public ## ABSLibre ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git |