[Reproducible-commits] [blog] 04/04: Remove tags/ directory, it's auto-generated
Ximin Luo
infinity0 at debian.org
Mon Apr 18 14:13:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository blog.
commit 30f92565cdedae86a068a6a2785ef7d5a510f696
Author: Ximin Luo <infinity0 at debian.org>
Date: Mon Apr 18 16:12:30 2016 +0200
Remove tags/ directory, it's auto-generated
---
.gitignore | 1 +
Makefile | 2 +-
tags/reproducible_builds.mdwn | 4 ----
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index b36aee0..eacd6a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/.ikiwiki
+/tags
/blog-local.setup
/local
diff --git a/Makefile b/Makefile
index 0866fce..8202e7e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,6 @@ blog-local.setup: blog.setup Makefile
sed -re 's/^(\S*): (.*)##local:\s*(.*)$$/\1: \3/g' "$<" > "$@"
clean:
- rm -rf local blog-local.setup .ikiwiki
+ rm -rf local tags blog-local.setup .ikiwiki
.PHONY: all local serve clean
diff --git a/tags/reproducible_builds.mdwn b/tags/reproducible_builds.mdwn
deleted file mode 100644
index 63ba3e8..0000000
--- a/tags/reproducible_builds.mdwn
+++ /dev/null
@@ -1,4 +0,0 @@
-[[!meta title="pages tagged reproducible builds"]]
-
-[[!inline pages="tagged(reproducible_builds)" actions="no" archive="yes"
-feedshow=10]]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git
More information about the Reproducible-commits
mailing list