aboutsummaryrefslogtreecommitdiffstats
path: root/oni-package.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-28 00:53:55 -0700
committerGravatar Tom Willemse2019-03-28 00:53:55 -0700
commit714f2c6ef7edbc5d78fcaebfc60034dbe0c7c465 (patch)
tree6d7c046dda571f5c3498d1dc36bb4cee14a63bf6 /oni-package.el
parent592067ef70e9bb12ca6dae6c49d0b63fdbbbed29 (diff)
downloademacs-config-714f2c6ef7edbc5d78fcaebfc60034dbe0c7c465.tar.gz
emacs-config-714f2c6ef7edbc5d78fcaebfc60034dbe0c7c465.zip
Add GitLab CI/CD settings
Diffstat (limited to 'oni-package.el')
-rw-r--r--oni-package.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-package.el b/oni-package.el
index 101dd71..6efd62c 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190218235251
+;; Version: 20190314002658
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -48,10 +48,12 @@
(add-to-list 'package-archives
`("oni" . "https://ryuslash.org/elpa/"))
+(setq package-update-news-on-upload t)
+
;;; Specify where to upload packages to. Used by
;;; ‘package-upload-buffer’ and ‘package-upload-file’.
(setq package-archive-upload-base
- "/ssh:ryuslash.org:usr/share/emacs/elpa/")
+ "bin/")
;;; Temporary fix for `package-maint-add-news-item', until I get my
;;; Copyright assignment back in order.