Push to nightheron instead of skimmer

This commit is contained in:
Raúl Porcel 2014-08-08 14:01:20 +00:00
parent 290076f048
commit 2a8047d9c9
14 changed files with 15 additions and 15 deletions

View file

@ -50,5 +50,5 @@ pre_build() {
post_build() {
rsync -e 'ssh -i /root/.ssh/id_rsa' ${BUILD_SRCDIR_BASE}/builds/default/stage3-${SUBARCH}-*${DATESTAMP}*.tar.bz2* s390@skimmer.gentoo.org:
rsync -e 'ssh -i /root/.ssh/id_rsa' ${BUILD_SRCDIR_BASE}/builds/default/stage3-${SUBARCH}-*${DATESTAMP}*.tar.bz2* s390@nightheron.gentoo.org:
}