From 14245d93c47381e9f425cc42094ee20257fe90f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Thu, 8 Aug 2019 15:15:13 +0200 Subject: remove update messages from posts --- posts/git_server_centos.md | 7 ------- posts/git_sign.md | 2 -- posts/git_signed_releases.md | 10 ---------- posts/minisign.md | 4 ---- posts/php_database_migrations.md | 2 -- 5 files changed, 25 deletions(-) diff --git a/posts/git_server_centos.md b/posts/git_server_centos.md index 2174828..7be21bd 100644 --- a/posts/git_server_centos.md +++ b/posts/git_server_centos.md @@ -155,10 +155,3 @@ If you are playing with the configuration options, you may need to remove the cache as cgit will cache the output it sends to the browser: $ sudo rm -f /var/cache/cgit/* - -### Updates - -* **2019-08-08**: make sure permission of `/var/lib/git` is correct -* **2019-07-22**: `adduser` also takes the `-m` parameter to create the - home directory -* **2019-04-11**: CentOS now has Python 3.6 in EPEL diff --git a/posts/git_sign.md b/posts/git_sign.md index 907eec5..ad462e0 100644 --- a/posts/git_sign.md +++ b/posts/git_sign.md @@ -20,5 +20,3 @@ As my keyring only works with `gpg2` and not with `gpg` you also have to set [tar "tar.xz"] command = xz -c ``` - -**UPDATE** (2018-06-18): add the `tar "tar.xz"` section. diff --git a/posts/git_signed_releases.md b/posts/git_signed_releases.md index eed27fb..dffa888 100644 --- a/posts/git_signed_releases.md +++ b/posts/git_signed_releases.md @@ -88,13 +88,3 @@ You can verify the signature: gpg: Good signature from "François Kooman " [ultimate] Easy peasy ;-) - -**UPDATE** (2018-06-09): the `git archive` command got a `--prefix` now as to -put the contents in a directory containing the name and version of the -software. - -**UPDATE** (2018-06-26): add the `--yes` flag to `gpg2` to avoid it asking -to overwrite the signature file - -**UPDATE** (2019-04-23): do not overwrite existing release(s), remove the -`--yes` flag again, add `make_release_all` script, fix `release` path diff --git a/posts/minisign.md b/posts/minisign.md index 9fa7b4b..606b4ea 100644 --- a/posts/minisign.md +++ b/posts/minisign.md @@ -93,7 +93,3 @@ communication channel with the signer of the source code. Another step closer to a world without PGP! And maybe packaging Minisign is a first step in moving RPM package signatures to use Minisign as well! - -### Updates - -* **2019-08-08**: link to EPEL 8 bodhi for Minisign package diff --git a/posts/php_database_migrations.md b/posts/php_database_migrations.md index 7b8a05c..0509f0b 100644 --- a/posts/php_database_migrations.md +++ b/posts/php_database_migrations.md @@ -70,5 +70,3 @@ make it cleaner to add to your code as you don't need to embed the SQL queries in the source code. Let [me](../about.html) know what you think! - -**UPDATE** (2018-06-25): use `;` now in example migration. -- cgit v1.1