summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/build-packages2
-rwxr-xr-xbin/get-package-updates2
2 files changed, 0 insertions, 4 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 6c398d4..5a8ce88 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -1,8 +1,6 @@
#!/bin/sh
# build packages one by one, then upload the binary package to the repository server
-# Details:
-# https://github.com/archlinux32/builder/wiki/Build-system#build-packages
# shellcheck disable=SC2119,SC2120
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 420c41f..ba1f8bb 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -1,8 +1,6 @@
#!/bin/sh
# check for packages that need to be built
-# Details:
-# https://github.com/archlinux32/builder/wiki/Build-system#get-package-updates
# shellcheck disable=SC2119,SC2120