saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-08-16 17:46:11 +02:00
committed by Hans Wurst
parent a8450c09bb
commit b75ed94dff
23 changed files with 65 additions and 73 deletions

View File

@@ -7,4 +7,4 @@ source "/etc/paludis/hooks/set_portdir.bash"
cd "${PORTDIR}"/metadata || die "could not cd into '${PORTDIR}/metadata'!"
[[ -e "${PORTDIR}"/metadata/herds.xml ]] && { rm "${PORTDIR}"/metadata/herds.xml || die "failed to rm herds.xml!" ;}
wget https://gitweb.gentoo.org/proj/api.git/plain/files/packages/herds.xml || die "failed to wget herds.xml"
wget https://gitweb.gentoo.org/data/api.git/plain/files/packages/herds.xml || die "failed to wget herds.xml"