summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-02-15 16:01:07 +0100
committerPierre Schmitz <mail@pierre-schmitz.com>2018-02-15 17:13:46 +0100
commit883005f5450ed6a278b5cef46be1245783840b29 (patch)
tree7b19080aac639eda3a944f2b2eb362c06c2a5c00
parent36b71d3231aca071ad635b995342b786676ef8fe (diff)
Remove i686 from config
We dropped it long ago and this should be reflected here rather than being changed on our servers only. Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 90aa8c0..d2c1942 100644
--- a/config
+++ b/config
@@ -22,7 +22,7 @@ LOCK_TIMEOUT=300
STAGING="$HOME/staging"
TMPDIR="/var/tmp"
-ARCHES=(i686 x86_64)
+ARCHES=(x86_64)
DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"
PKGEXT=".pkg.tar.?z"