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 | 304812b44b7806c006f1b64225095811a6c5422b (patch) | |
tree | ace66fc5b3a2f4f0d4e05e9f85a110e5427301a7 /app-doc/gentoo-web | |
parent | syntax fix (diff) | |
download | gentoo-2-304812b44b7806c006f1b64225095811a6c5422b.tar.gz gentoo-2-304812b44b7806c006f1b64225095811a6c5422b.tar.bz2 gentoo-2-304812b44b7806c006f1b64225095811a6c5422b.zip |
image rsync working :)
Diffstat (limited to 'app-doc/gentoo-web')
-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 } |