diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-05-15 17:24:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-05-15 17:24:32 +0000 |
commit | 4cf9b04bec08a9da66d763f3b5ebb5a7d2d042ef (patch) | |
tree | 09e6625cb1d79176aa1577e213226302d1de6f8c /app-doc | |
parent | syntax fix (diff) | |
download | historical-4cf9b04bec08a9da66d763f3b5ebb5a7d2d042ef.tar.gz historical-4cf9b04bec08a9da66d763f3b5ebb5a7d2d042ef.tar.bz2 historical-4cf9b04bec08a9da66d763f3b5ebb5a7d2d042ef.zip |
image rsync working :)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/gentoo-web-2.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-doc/gentoo-web/gentoo-web-2.2.ebuild b/app-doc/gentoo-web/gentoo-web-2.2.ebuild index 60ab194eacb2..8fb5e622ff6c 100644 --- a/app-doc/gentoo-web/gentoo-web-2.2.ebuild +++ b/app-doc/gentoo-web/gentoo-web-2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.55 2002/05/15 17:13:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.56 2002/05/15 17:24:32 drobbins Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -141,12 +141,10 @@ pkg_preinst() { then cp -ax ${WEBROOT} ${WEBROOT}.bak fi -} - -pkg_postinst() { if [ "`hostname`" = "chiba.3jane.net" ] then echo '>>> Syncing up images to ibiblio...' - su - drobbins rsync -ave ssh ${WEBROOT}/images drobbins@login.ibiblio.org:gentoo/images/ + source ~drobbins/.ssh-agent-chiba.3jane.net + rsync --delete -ave ssh ${D}/${WEBROOT}/images/ drobbins@login.ibiblio.org:gentoo/images/ fi } |