summaryrefslogtreecommitdiffstats
path: root/bin/emerge-webrsync
Commit message (Collapse)AuthorAgeFilesLines
* Use absolute paths for files in ${DISTDIR}. Thanks to RB <aoz.syn@gmail.com>Zac Medico2008-05-031-4/+4
| | | | | | for this patch. (trunk r10127) svn path=/main/branches/2.1.2/; revision=10129
* Bug #219294 - Fix 'date' and 'cut' arguments for BSD userland. Thanks toZac Medico2008-05-031-2/+6
| | | | | | RB <aoz.syn@gmail.com> for this patch. (trunk r10126) svn path=/main/branches/2.1.2/; revision=10128
* Skip group/owner tarsync options for tarsync if chown on /usr/portageZac Medico2008-05-021-1/+4
| | | | | | | fails, since the user might still be able to sync even though the chown call is not permitted. (trunk r10070) svn path=/main/branches/2.1.2/; revision=10071
* Bug #219837 - Adjust date calculations some more and show anZac Medico2008-05-021-15/+53
| | | | | | | informative ewarn message when bailing out due to a newer snapshot being unavailable. (trunk r10067) svn path=/main/branches/2.1.2/; revision=10068
* Detect an old version of tarsync and use bzip2 compression in that case.Zac Medico2008-05-011-3/+9
| | | | | | (trunk r10056) svn path=/main/branches/2.1.2/; revision=10057
* Bug #219837 - Adjust date calculations to improve accuracy. (trunk r10047)Zac Medico2008-04-301-3/+7
| | | | svn path=/main/branches/2.1.2/; revision=10048
* s/timetasmp/timestamp/ (trunk r9883)Zac Medico2008-04-141-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=9887
* * Use type -P which does not produce messages to stderr.Zac Medico2008-04-081-7/+7
| | | | | | | | | another option is to redirect both stderr and out. * Avoid &> replace with > ... 2>&1 Thanks to Alon Bar-Lev for this patch. (trunk r9727) svn path=/main/branches/2.1.2/; revision=9749
* Merge emerge-webrsync from trunk for bugs #210945 and #130039.Zac Medico2008-03-281-114/+340
| | | | svn path=/main/branches/2.1.2/; revision=9539
* Rely on USERLAND since it's automatically generated byZac Medico2007-12-291-4/+5
| | | | | | isolated-functions.sh when necessary. (trunk r9107) svn path=/main/branches/2.1.2/; revision=9108
* Quote $PORTDIR. Thanks to Chris Kerr in bug #52208.Zac Medico2007-12-081-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=8873
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from ↵Zac Medico2007-07-281-2/+2
| | | | | | make.conf. (trunk r7415) svn path=/main/branches/2.1.2/; revision=7416
* Add support for RSYNC_EXTRA_OPTS to webrsync (trunk r5973)Zac Medico2007-06-221-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=6927
* convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4Zac Medico2007-04-161-3/+3
| | | | svn path=/main/branches/2.1.2/; revision=6414
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'. ↵Zac Medico2007-03-271-2/+4
| | | | | | (trunk r6202:6203) svn path=/main/branches/2.1.2/; revision=6293
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be ↵Zac Medico2007-01-301-2/+4
| | | | | | empty. (trunk r5840) svn path=/main/branches/2.1.2/; revision=5841
* For consistent behavior in all timezones, make emerge-webrsync use UTC time ↵Zac Medico2006-12-021-12/+11
| | | | | | for decisions about which snapshots to download. svn path=/main/trunk/; revision=5154
* For bug #154220, run /etc/portage/bin/post_sync at the end of emerge-webrsync.Zac Medico2006-11-061-0/+1
| | | | svn path=/main/trunk/; revision=4959
* Add forgotten PORTAGE_TMPDIR to the portageq call.Zac Medico2006-08-141-2/+2
| | | | svn path=/main/trunk/; revision=4258
* Use eval $(portageq envvar -v FOO BAR) to collapse many portageq calls into 1.Zac Medico2006-08-141-9/+6
| | | | svn path=/main/trunk/; revision=4257
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Use python to lookup the user and group corresponding to PORTAGE_INST_UID ↵Zac Medico2006-05-301-1/+4
| | | | | | and PORTAGE_INST_GID since tarsync doesn't support numeric arguments for the user and group. See bug #134885. svn path=/main/trunk/; revision=3442
* Make emerge-webrsync only do metadata-transfer when necessary. Thanks to ↵Zac Medico2006-03-201-2/+6
| | | | | | Patrick Lauer for reporting. svn path=/main/trunk/; revision=2965
* Fix typo in spelling of been in emerge-webrsync. Thanks to bonsaikitten for ↵Zac Medico2006-03-181-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=2943
* Make PORTAGE_INST_UID and PORTAGE_INST_GID default to 0 in case of ↵Zac Medico2006-03-181-2/+2
| | | | | | environment problems. svn path=/main/trunk/; revision=2942
* Fix deprecated emerge syntax in emerge-webrsync for bug #126558.Zac Medico2006-03-171-1/+1
| | | | svn path=/main/trunk/; revision=2924
* Merge emerge-webrsync uid and gid fixes from the prefix branch.Zac Medico2006-03-171-4/+5
| | | | svn path=/main/trunk/; revision=2923
* Make emerge-webrsync use renice for cleaner PORTAGE_NICENESS handling (bug ↵Zac Medico2006-03-021-7/+5
| | | | | | #124621). svn path=/main/trunk/; revision=2806
* Fix typo in emerge-webrsync PORTAGE_NICENESS handling for bug #124621 ↵Zac Medico2006-03-021-4/+4
| | | | | | (regression from r2623). svn path=/main/trunk/; revision=2805
* optional tarsync integration; thanks to Johannes Fahrenkrug for doing the ↵Brian Harring2006-02-021-14/+22
| | | | | | legwork. svn path=/main/trunk/; revision=2624
* added PORTAGE_NICENESS support.Brian Harring2006-02-021-0/+9
| | | | svn path=/main/trunk/; revision=2623
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+141
svn path=/main/branches/2.0/; revision=1941