summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2018-11-05 23:27:54 -0800
committerCole Mickens <cole.mickens@gmail.com>2018-11-05 23:27:54 -0800
commit4c34dd4931e429b54c01ee7f928c300d5012dbf5 (patch)
tree9aa40eb2a0edb3442f506d41c8d335ab0ccf9f31 /update.sh
parent7b5607d58fda17c5675e13d553edbcfb37fb86a3 (diff)
autoupdate
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index a94e4aa..d6f04db 100755
--- a/update.sh
+++ b/update.sh
@@ -26,8 +26,6 @@ function update() {
echo "${attr}" was updated to "${rev}" "${revdate}"
fi
- if [[ "${attr}" == pkgs* ]]; then return; fi
-
commitdate="$(nix eval -f "./${attr}/metadata.nix" revdate --raw)"
d="$(date '+%Y-%m-%d %H:%M' --date="${commitdate}")"
txt="| ${attr} | [${d}](https://github.com/${owner}/${repo}/commits/${rev}) |"