Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
81f7370e
Commit
81f7370e
authored
Mar 01, 2021
by
Kristian Klausen
🎉
Browse files
arch_boxes_sync: Override the "latest" link instead of following it
parent
35c59ff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/arch_boxes_sync/files/arch-boxes-sync.sh
View file @
81f7370e
...
...
@@ -27,7 +27,7 @@ rm output/*.box{,.*}
mv
output/
*
"
${
LATEST_RELEASE_TAG
}
"
mv
"
${
LATEST_RELEASE_TAG
}
"
"
${
ARCH_BOXES_PATH
}
/"
ln
-sf
"
${
LATEST_RELEASE_TAG
}
"
"
${
ARCH_BOXES_PATH
}
/latest"
ln
-
n
sf
"
${
LATEST_RELEASE_TAG
}
"
"
${
ARCH_BOXES_PATH
}
/latest"
echo
"Removing old releases"
cd
"
${
ARCH_BOXES_PATH
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment