Compare commits

..

2 Commits

Author SHA1 Message Date
d659e70b55 artixpkg import: fetch only tags from upstream main 2023-06-05 21:01:22 +02:00
e7b9ad928d artixpkg: fix sed on importing linux/lts 2023-05-29 02:35:10 +02:00

View File

@@ -25,7 +25,7 @@ patch_pkgbase(){
msg "Patching %s" "${name}"
sed -e 's|KBUILD_BUILD_HOST=.*|KBUILD_BUILD_HOST=artixlinux|' -i "${pkgbuild}"
sed -e 's|CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="artixlinux"|' \
-i "$pkgpath"/config
-i trunk/config
;;
gstreamer|gst-plugins-*|licenses)
msg "Patching %s" "${name}"
@@ -104,7 +104,7 @@ artixpkg_repo_import() {
stat_done
stat_busy "Fetching upstream tags"
git fetch upstream --tags
git fetch --tags upstream main
stat_done
local latest version