1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
6d3975566c [oni-package] Enable ‘package-quickstart’ 2021-04-25 17:47:12 -07:00
1be166dfc7 Explicitly set the package gnupg home directory on Windows
The default way on msys2 produces a directory that isn’t recognized as an
absolute path, so it’s interpreted as a relative path.
2020-10-15 14:25:18 -07:00
d13751c94a Add circe-serenity and org-azure-devops development repos 2020-05-14 10:00:50 -07:00
7623be48eb Add my vc-p4 package to package-archives 2020-05-13 22:45:23 -07:00
9571771281 Add ‘a’ and ‘e’ keybindings to move to beginning and end of line 2020-04-12 22:48:16 -07:00
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
8386052858 Work around the “Bad Request” error with elpa.gnu.org 2019-08-18 17:11:21 -07:00
e584d92941 Fix ‘list-packages’ forgetting about archive contents 2019-06-22 16:27:02 -07:00
714f2c6ef7 Add GitLab CI/CD settings 2019-03-28 00:53:55 -07:00
e6bd52e53a Don’t assume that a proper archive name has been provided
It’s possible that someone enters a URL that isn’t part of the
‘package-archives’ variable. If the name entered doesn’t correspond to a name in
‘package-archives’, use it directly, assuming that it was a URL that was
specified.
2019-02-18 23:54:10 -08:00
614c0d7dbb Use the result of the ‘completing-read’ to get the archive
Instead of asking for the URL of the archive, ask for the name, and get the URL
by looking through ‘package-archives’.
2019-02-18 23:50:33 -08:00
a86d31cff6 Improve ‘package-maint-add-news-item’ by using ‘completing-read’
Typos are too easy having to type in the ‘archive-url’ argument every time on
its own. Since you’re probably posting to an archive that you also use, reading
from the ‘package-archives’ seems appropriate.
2019-02-18 23:06:32 -08:00
d65fcaba2a Highlight current line in ‘package-menu-mode’ 2019-02-04 01:09:16 -08:00
f0efcfd8ec Remove username from ‘package-archive-upload-base’ 2019-01-22 01:34:56 -08:00
73646b08a6 Fix compilation warning for ‘oni-package’ 2019-01-22 01:29:44 -08:00
b587309c43 Add temporary fix for ‘package-maint-add-news-item’
Until I get my copyright assignment sorted for the FSF I can’t send
this to them. Once I’ve sorted it out I will send this fix in.
2019-01-13 12:45:15 -08:00
96888f9f97 Clean up package configuration 2019-01-13 12:37:38 -08:00
1d64aaa762 Download packages through https, upload through ssh
By downloading through https there is no access needed through SSH to
download the packages and so bootstrapping a new installation becomes
easier.
2017-12-07 00:48:22 -08:00
ea8e03f9a6 Add package.el configuration 2017-12-06 00:47:45 -08:00