git » base-pkgbuilds.git » commit 78ab7f5

keep git histories

author Urja (ARMLFS builder)
2024-07-06 12:33:29 UTC
committer Urja (ARMLFS builder)
2024-07-06 12:33:29 UTC
parent 820b94a6433a18782a794279fa7d595a2a430132

keep git histories

archpkg +3 -3

diff --git a/archpkg b/archpkg
index b48c318..5c00960 100755
--- a/archpkg
+++ b/archpkg
@@ -4,9 +4,9 @@ if [ -d "$1" ]; then
 	./mpkg.sh $1
 	exit 0
 fi
-git clone --depth=1 https://gitlab.archlinux.org/archlinux/packaging/packages/$1.git
-rm -rf $1/.git
-rm -rf $1/keys
+git clone https://gitlab.archlinux.org/archlinux/packaging/packages/$1.git
+#rm -rf $1/.git
+#rm -rf $1/keys
 #echo $1 >> order
 if ARCHLINE=$(grep "arch=" $1/PKGBUILD); then
 	if echo "$ARCHLINE" | grep -q armv7h; then