pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk/files/pbulk Enable compression (-z) in ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bfa8ff3a179
branches: trunk
changeset: 538261:3bfa8ff3a179
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Feb 03 21:20:46 2008 +0000
description:
Enable compression (-z) in report_rsync_args.
Partially addresses PR pkg/37946.
diffstat:
pkgtools/pbulk/files/pbulk/pbulk.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5386461ff6e6 -r 3bfa8ff3a179 pkgtools/pbulk/files/pbulk/pbulk.conf
--- a/pkgtools/pbulk/files/pbulk/pbulk.conf Sun Feb 03 19:36:33 2008 +0000
+++ b/pkgtools/pbulk/files/pbulk/pbulk.conf Sun Feb 03 21:20:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk.conf,v 1.13 2008/01/26 23:44:08 joerg Exp $
+# $NetBSD: pbulk.conf,v 1.14 2008/02/03 21:20:46 tnn Exp $
# The URL where the build report will be made available. This is only
# used in the .txt version of the report.
@@ -23,7 +23,7 @@
#
pkg_rsync_args="-av --delete-excluded -e ssh"
pkg_rsync_target="pkgsrc@192.168.75.1:/public/packages/current/DragonFly-1.8"
-report_rsync_args="-av --delete-excluded -e ssh"
+report_rsync_args="-avz --delete-excluded -e ssh"
report_rsync_target="pkgsrc@192.168.75.1:/public/reports/current/DragonFly-1.8"
report_subject_prefix="pkgsrc"
report_recipients="pkgsrc-bulk%netbsd.org@localhost"
Home |
Main Index |
Thread Index |
Old Index