Compare commits

..

4 Commits

Author SHA1 Message Date
fc52b828a5 Install supertuxkart 2025-01-20 09:22:58 +01:00
38448a8194 terraform-get-targets: Report errors to stderr 2025-01-16 12:06:13 +01:00
b7fc0c6e3d aur: Update spotify 2025-01-15 10:14:22 +01:00
427da325c4 aur: Update google-earth-pro 2025-01-14 13:58:05 +01:00
4 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ do
RESOURCE=$(sed -n 's/^resource "\([^"]*\)" "\([^"]*\)".*/-target=\1.\2 /gp' "$FILE") RESOURCE=$(sed -n 's/^resource "\([^"]*\)" "\([^"]*\)".*/-target=\1.\2 /gp' "$FILE")
MODULE=$(sed -n 's/^module "\([^"]*\)".*/-target=module.\1 /gp' "$FILE") MODULE=$(sed -n 's/^module "\([^"]*\)".*/-target=module.\1 /gp' "$FILE")
if [[ -z "$RESOURCE" ]] && [[ -z "$MODULE" ]]; then if [[ -z "$RESOURCE" ]] && [[ -z "$MODULE" ]]; then
echo "Cannot detect terraform resource and module in $FILE" echo "Cannot detect terraform resource and module in $FILE" >&2
exit 1 exit 1
fi fi

View File

@@ -559,3 +559,6 @@ btop:
hedgewars: hedgewars:
archlinux: archlinux:
- hedgewars - hedgewars
supertuxkart:
archlinux:
- supertuxkart