summary refs log tree commit diff
diff options
context:
space:
mode:
authorcrazazy2024-05-03 11:00:24 +0000
committercrazazy2024-05-03 11:00:24 +0000
commit86d8264e583e0f7f1641972cc891dc3b5e300820 (patch)
tree8c5b6d54f18220f686a50ceaa0dd3b499ccbfddc
parent342ae5ca3f47bc78ac601b31f462e44be4df2e05 (diff)
create management script HEAD master
-rw-r--r--manage.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/manage.el b/manage.el
new file mode 100644
index 0000000..62c6c52
--- /dev/null
+++ b/manage.el
@@ -0,0 +1,9 @@
+(add-to-list 'load-path (expand-file-name "./vendor/package-build"))
+
+(require 'package-build)
+
+(setq package-build-recipes-dir "/home/crazazy/recipes/"
+      package-build-archive-dir "/home/crazazy/private_html/elpa")
+
+(package-build-all)
+