public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/releng:master commit in: /, tools/
@ 2012-09-11 18:58 Raúl Porcel
  0 siblings, 0 replies; 3+ messages in thread
From: Raúl Porcel @ 2012-09-11 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e1414539d7a2991ba17b757d3a78b9bf10e15c0f
Author:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 18:58:13 2012 +0000
Commit:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 18:58:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=e1414539

Remove unneeded stuff

---
 ChangeLog                        |    6 +++++-
 tools/catalyst-auto-sparc64.conf |    8 --------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8a87625..e606638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for releng repo
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Sep 2012; Raúl Porcel <armin76@gentoo.org>
+  tools/catalyst-auto-sparc64.conf:
+  Remove unneeded stuff
+
   02 Nov 2010; Raúl Porcel <armin76@gentoo.org>
   tools/catalyst-auto-hppa.conf:
   Update hppa config

diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index e26b089..3de0ff5 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -12,14 +12,6 @@ SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
 
 SET_multilib_SPECS="multilib/stage1.spec multilib/stage2.spec multilib/stage3.spec"
 
-
-#SPECS="stage1.spec stage2.spec stage3.spec"
-#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
-#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
-#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
-
-OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
-
 KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/sparc
 
 EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/releng:master commit in: /, tools/
@ 2013-01-02 11:03 Raúl Porcel
  0 siblings, 0 replies; 3+ messages in thread
From: Raúl Porcel @ 2013-01-02 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c569225feac1b6a5f553d2273cfe7f68ed7c1375
Author:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  2 11:03:19 2013 +0000
Commit:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Wed Jan  2 11:03:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=c569225f

Set to /tmp if  isn't set

---
 ChangeLog           |    5 ++++-
 tools/catalyst-auto |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e606638..0faeef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for releng repo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Jan 2013; Raúl Porcel <armin76@gentoo.org> tools/catalyst-auto:
+  Set to /tmp if $TMP_PATH isn't set
+
   11 Sep 2012; Raúl Porcel <armin76@gentoo.org>
   tools/catalyst-auto-sparc64.conf:
   Remove unneeded stuff

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 9e89d39..c4c6aa6 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -108,7 +108,7 @@ fi
 
 source ${config_file}
 
-TMPDIR=${TMP_PATH}/catalyst-auto.${PID}
+TMPDIR=${TMP_PATH:-/tmp}/catalyst-auto.${PID}
 DATESTAMP=$(date +%Y%m%d)
 
 if [ ${verbose} = 1 ]; then


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/releng:master commit in: /, tools/
@ 2013-01-22 19:40 Raúl Porcel
  0 siblings, 0 replies; 3+ messages in thread
From: Raúl Porcel @ 2013-01-22 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fb9eb5305535ccb178123a2434ca72178624b5bf
Author:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 19:40:48 2013 +0000
Commit:     Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 19:40:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=fb9eb530

Push to skimmer instead of poseidon

---
 ChangeLog                        |    6 ++++++
 tools/ChangeLog                  |    7 ++++++-
 tools/catalyst-auto-alpha.conf   |    2 +-
 tools/catalyst-auto-hppa.conf    |    2 +-
 tools/catalyst-auto-ia64.conf    |    2 +-
 tools/catalyst-auto-ppc.conf     |    2 +-
 tools/catalyst-auto-ppc64.conf   |    2 +-
 tools/catalyst-auto-sparc64.conf |    4 ++--
 8 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0faeef4..2339cba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Jan 2013; Raúl Porcel <armin76@gentoo.org> tools/ChangeLog,
+  tools/catalyst-auto-alpha.conf, tools/catalyst-auto-hppa.conf,
+  tools/catalyst-auto-ia64.conf, tools/catalyst-auto-ppc.conf,
+  tools/catalyst-auto-ppc64.conf, tools/catalyst-auto-sparc64.conf:
+  Push to skimmer instead of poseidon
+
   02 Jan 2013; Raúl Porcel <armin76@gentoo.org> tools/catalyst-auto:
   Set to /tmp if $TMP_PATH isn't set
 

diff --git a/tools/ChangeLog b/tools/ChangeLog
index ce82ddf..53d8e27 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for releng repo
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  22 Jan 2013; Raúl Porcel <armin76@gentoo.org> catalyst-auto-alpha.conf,
+  catalyst-auto-hppa.conf, catalyst-auto-ia64.conf, catalyst-auto-ppc.conf,
+  catalyst-auto-ppc64.conf, catalyst-auto-sparc64.conf:
+  Push to skimmer instead of poseidon
+
   02 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
   Detect build failure in one of the build sets and act accordingly
 

diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
index 1d1bc2f..09d45fe 100644
--- a/tools/catalyst-auto-alpha.conf
+++ b/tools/catalyst-auto-alpha.conf
@@ -27,5 +27,5 @@ pre_build() {
 }
  
 post_build() {
-  rsync -e 'ssh -i /home/armin76/buildsync.key' /space/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /space/catalyst/builds/default/*${DATESTAMP}*.iso* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/alpha
+  rsync -e 'ssh -i /home/armin76/buildsync.key' /space/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /space/catalyst/builds/default/*${DATESTAMP}*.iso* alpha@skimmer.gentoo.org:
 }

diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index ee8deac..7e12e3f 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -25,5 +25,5 @@ pre_build() {
 }
 
 post_build() {
-  rsync -e 'ssh -i /root/.ssh/buildsync.key' /usr/local/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2*  buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/hppa
+  rsync -e 'ssh -i /root/.ssh/buildsync.key' /usr/local/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2*  hppa@skimmer.gentoo.org:
 }

diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index f439fa9..8748eeb 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -26,5 +26,5 @@ pre_build() {
 }
 
 post_build() {
-  rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/ia64
+  rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* ia64@skimmer.gentoo.org:
 }

diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 08d76da..181600e 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -26,5 +26,5 @@ pre_build() {
 }
  
 post_build() {
-  rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/ppc
+  rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* powerpc@skimmer.gentoo.org:
 }

diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
index 6888164..8e9a37e 100644
--- a/tools/catalyst-auto-ppc64.conf
+++ b/tools/catalyst-auto-ppc64.conf
@@ -27,5 +27,5 @@ pre_build() {
 }
  
 post_build() {
-  rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/ppc
+  rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* powerpc@skimmer.gentoo.org:
 }

diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 3de0ff5..d87ab05 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -26,7 +26,7 @@ pre_build() {
 }
 
 post_build() {
-  rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/sparc/
-  rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/multilib/stage3-*${DATESTAMP}*.bz2* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/sparc/multilib
+  rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* sparc@skimmer.gentoo.org:
+  rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/multilib/stage3-*${DATESTAMP}*.bz2* sparc@skimmer.gentoo.org:multilib
 
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-22 19:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 18:58 [gentoo-commits] proj/releng:master commit in: /, tools/ Raúl Porcel
  -- strict thread matches above, loose matches on Subject: below --
2013-01-02 11:03 Raúl Porcel
2013-01-22 19:40 Raúl Porcel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox