From 03479142ad0be1ee63419865b7b4289c8930fd02 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Thu, 21 Dec 2017 11:52:07 +0100 Subject: [PATCH 1/4] add updater script --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..ff38a9c --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +sed -i -e "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/$1/g" README.md From eada0bb7542bca46f8b442239182a6666ee341fa Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Thu, 21 Dec 2017 11:52:47 +0100 Subject: [PATCH 2/4] fix link in readme --- README.md | 2 +- result | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 result diff --git a/README.md b/README.md index 52dcc21..1b0cff8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A { config, pkgs, ... }: { imports = [ - (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz") + (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz") ]; mailserver = { diff --git a/result b/result new file mode 120000 index 0000000..ddbebeb --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/3a6pczn8l4bf06kya3srqn3shnx75ina-vm-test-run-unnamed \ No newline at end of file From cf022119e0dd1363f5207a12bc07756831f58845 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Thu, 21 Dec 2017 11:54:16 +0100 Subject: [PATCH 3/4] remove stale link --- result | 1 - 1 file changed, 1 deletion(-) delete mode 120000 result diff --git a/result b/result deleted file mode 120000 index ddbebeb..0000000 --- a/result +++ /dev/null @@ -1 +0,0 @@ -/nix/store/3a6pczn8l4bf06kya3srqn3shnx75ina-vm-test-run-unnamed \ No newline at end of file From 4fc8a1ed0587cc51a991d2e1fac771f8d5a73bce Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Thu, 21 Dec 2017 11:55:22 +0100 Subject: [PATCH 4/4] add gitignore file for result links --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2be92b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +result