aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-22 23:55:06 -0300
committerEuAndreh <eu@euandre.org>2021-02-22 23:57:17 -0300
commitae8e26ef8715d379daa8f83b0cff88e1f51734f2 (patch)
tree59a27be334a5c7ee3b5f24ba651ea3b602bedc24 /Makefile
parentUpdate aux/guix/pinned-channels.scm, use nixfmt over ghc-nixfmt (diff)
downloadpackage-repository-ae8e26ef8715d379daa8f83b0cff88e1f51734f2.tar.gz
package-repository-ae8e26ef8715d379daa8f83b0cff88e1f51734f2.tar.xz
Update aux/guix/ and aux/workflow/
Diffstat (limited to '')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 6b1bdd2..68ed274 100644
--- a/Makefile
+++ b/Makefile
@@ -13,13 +13,8 @@ check:
clean:
rm -rf public/
-NAME_UC = EuAndreh's package repository
-NAME = package-repository
-MAILING_LIST = public-inbox
-public: README.md TODOs.md EuAndreh.key
- sh aux/workflow/TODOs.sh "$(NAME_UC)" $(NAME) $(MAILING_LIST)
- sh aux/workflow/README.sh "$(NAME_UC)" $(NAME)
- sh aux/ci/report.sh '$(NAME)'
+public:
+ sh aux/workflow/public.sh "EuAndreh's package repository" package-repository public-inbox
cp EuAndreh.key public/
.PHONY: all clean check refresh