Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-iso
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-07-11 09:00:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-07-11 09:00:18 +0200
commite6ef9d91bab7b9c789c5562fb1d5fc9d0b90a412 (patch)
tree835eacb1358d23634bf7a20fb6486c19cf6ca231 /build-iso
parent39c193eedecc487bbe05c96a1e783f9e75ba5650 (diff)
some comments on fixed DATE and alternative signing keyHEADmaster
Diffstat (limited to 'build-iso')
-rwxr-xr-xbuild-iso1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-iso b/build-iso
index 1b71369..0fe797f 100755
--- a/build-iso
+++ b/build-iso
@@ -4,6 +4,7 @@
CONFIG="releng"
ARCH="i686"
DATE=$(date +%Y.%m.%d)
+#DATE="2024.07.10"
ISO="archlinux32-${DATE}-${ARCH}.iso"
OUTPUT_DIR="${HOME}/archisos"