diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2016-04-26 21:44:41 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2016-04-26 21:44:41 +0000 |
commit | cb53407273519656e178a4a1f6231800dde92c62 (patch) | |
tree | d8bac5c175c264bcad6fa7f9794fa9accf9ea527 /tools/catalyst-auto-armv7a.conf | |
parent | Add missing samba deps keywords. (diff) | |
download | releng-cb53407273519656e178a4a1f6231800dde92c62.tar.gz releng-cb53407273519656e178a4a1f6231800dde92c62.tar.bz2 releng-cb53407273519656e178a4a1f6231800dde92c62.zip |
Clean-up arch scripts.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'tools/catalyst-auto-armv7a.conf')
-rw-r--r-- | tools/catalyst-auto-armv7a.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/catalyst-auto-armv7a.conf b/tools/catalyst-auto-armv7a.conf index a1e66898..bf1d6263 100644 --- a/tools/catalyst-auto-armv7a.conf +++ b/tools/catalyst-auto-armv7a.conf @@ -13,15 +13,8 @@ SET_default_SPECS="stage1.spec stage2.spec stage3.spec" #KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/sparc -EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org -EMAIL_FROM=catalyst@replaceme.local EMAIL_SUBJECT_PREPEND="[${SUBARCH}-auto]" - -CATALYST_CONFIG=/etc/catalyst/catalyst.conf - -BUILD_SRCDIR_BASE=`grep storedir= $CATALYST_CONFIG | cut -d '=' -f2 | sed -e 's/"//g'` - give_latest_from_dates() { sed 's,-20,~20,g' | \ sort -k +1 -n -t '~' |\ |