commit:     12f78e9aa32a22371d5ccbcfdf5cceaac9ef3b71
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  5 23:01:48 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 23:01:48 2019 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=12f78e9a

catalyst-auto-ppc64le.conf: Move from catalyst-auto-ppc64.conf

catalyst-auto-ppc64.conf is no longer used since ppc and ppc64 builds
are done from catalyst-auto-ppc.conf. Repurpose (and rename) this file
to be used by ppc64le.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 tools/{catalyst-auto-ppc64.conf => catalyst-auto-ppc64le.conf} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64le.conf
similarity index 87%
rename from tools/catalyst-auto-ppc64.conf
rename to tools/catalyst-auto-ppc64le.conf
index 7c1ed9d3..e375b980 100644
--- a/tools/catalyst-auto-ppc64.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -1,7 +1,7 @@
 # This is the config file for the catalyst-auto script. It should be pretty
 # self-explanatory.
  
-SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64
+SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64le
 
 SPECS="stage1.spec stage3.spec"
 
@@ -13,7 +13,7 @@ SPECS="stage1.spec stage3.spec"
  
 KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/powerpc
  
-EMAIL_SUBJECT_PREPEND="[ppc64-auto]"
+EMAIL_SUBJECT_PREPEND="[ppc64le-auto]"
  
 give_latest_from_dates() {
   sed 's,-20,~20,g' | \
@@ -37,9 +37,9 @@ convert_filename() {
 update_symlinks() {
        # Symlink the latest stages3 to build from
        local d f t
-       for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64" ; do
+       for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64le" ; do
                pushd "${d}" >/dev/null
-               for t in ppc64; do
+               for t in ppc64le; do
                        for f in $(ls stage3-${t}-*xz | grep -v latest | 
give_latest_from_dates) ; do
                                local of=$(echo "${f}" | convert_filename)
                                ln -sf "${f}" "${of}"
@@ -63,7 +63,7 @@ post_build() {
                upload *${TIMESTAMP}*.iso*
                ;;
        stage3*.spec)
-               upload stage3-ppc64-*${TIMESTAMP}*.xz*
+               upload stage3-ppc64le-*${TIMESTAMP}*.xz*
                ;;
        esac
 

Reply via email to