summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 17:39:56 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 17:39:56 +0200
commit89085851030a2f1db26503944012ce4c944dc806 (patch)
tree206530a233a9da448fceba76c8ca871e5237baeb
parent8e0ab2b8b871c566db7755309e228ce48cf8306f (diff)
downloadalpine-packages-89085851030a2f1db26503944012ce4c944dc806.tar.gz
alpine-packages-89085851030a2f1db26503944012ce4c944dc806.tar.bz2
alpine-packages-89085851030a2f1db26503944012ce4c944dc806.tar.lz
alpine-packages-89085851030a2f1db26503944012ce4c944dc806.zip

scripting: add TODO relating to buildrepo

-rwxr-xr-xcleanbuild-repo4
1 files changed, 4 insertions, 0 deletions
diff --git a/cleanbuild-repo b/cleanbuild-repo
index 3bb274f..c678f34 100755
--- a/cleanbuild-repo
+++ b/cleanbuild-repo
@@ -2,6 +2,10 @@
set -e
# This script exists to be able to build repositories, from scratch, without having any existing packages prebuild in the target directory.
# It only works with rootbld.
+
+# See Also: https://gitlab.alpinelinux.org/alpine/lua-aports/-/blob/master/buildrepo.1.scd
+# (will likely replace this script in future)
+
ALL_TARGET="$PWD/target"
rm -rf "$ALL_TARGET"
mkdir "$ALL_TARGET"