aboutsummaryrefslogtreecommitdiff
path: root/bin/archive
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-18 13:16:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-18 13:16:10 -0300
commit17c8a7528259ea25ec2fc260bdc8706ee3f83dec (patch)
tree528b3047c269406d361f888f8d55d8b4ce2a4913 /bin/archive
parent8ed61913ab911a3463fc3cd7604c5aff0469ffff (diff)
downloadbookup-0.3.1.tar.gz
bookup-0.3.1.tar.bz2
Fix: apply fixes to the frontmatter citation mechanism0.3.1
Diffstat (limited to 'bin/archive')
-rwxr-xr-xbin/archive4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/archive b/bin/archive
index ca0b610..d79d411 100755
--- a/bin/archive
+++ b/bin/archive
@@ -52,10 +52,6 @@ fi
# Check if the revision is a tag
if git tag | grep -q "^${REVISION}$"; then
- # Save info on the latest tagged release
- mkdir -p $METADATA
- echo $REVISION > $LATEST
-
# Check if archive does not exists
if [ ! -d "$ARCHIVE/$REVISION" ]; then
echo "# $BASENAME: archiving $REVISION..."