aboutsummaryrefslogtreecommitdiffstats
path: root/oni-package.el
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly set the package gnupg home directory on WindowsGravatar Tom Willemse2020-10-151-1/+4
| | | | | The default way on msys2 produces a directory that isn’t recognized as an absolute path, so it’s interpreted as a relative path.
* Add circe-serenity and org-azure-devops development reposGravatar Tom Willemse2020-05-141-1/+9
|
* Add my vc-p4 package to package-archivesGravatar Tom Willemse2020-05-131-2/+6
|
* Add ‘a’ and ‘e’ keybindings to move to beginning ↵Gravatar Tom Willemse2020-04-121-1/+4
| | | | and end of line
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | 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.
* Work around the “Bad Request” error with elpa.gnu.orgGravatar Tom Willemse2019-08-181-1/+6
|
* Fix ‘list-packages’ forgetting about archive contentsGravatar Tom Willemse2019-06-221-1/+13
|
* Add GitLab CI/CD settingsGravatar Tom Willemse2019-03-281-2/+4
|
* Don’t assume that a proper archive name has been providedGravatar Tom Willemse2019-02-181-3/+5
| | | | | | | 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.
* Use the result of the ‘completing-read’ to get the ↵Gravatar Tom Willemse2019-02-181-2/+3
| | | | | | | archive Instead of asking for the URL of the archive, ask for the name, and get the URL by looking through ‘package-archives’.
* Improve ‘package-maint-add-news-item’ by using ↵Gravatar Tom Willemse2019-02-181-2/+6
| | | | | | | | ‘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.
* Highlight current line in ‘package-menu-mode’Gravatar Tom Willemse2019-02-041-1/+3
|
* Remove username from ‘package-archive-upload-base’Gravatar Tom Willemse2019-01-221-2/+4
|
* Fix compilation warning for ‘oni-package’Gravatar Tom Willemse2019-01-221-4/+3
|
* Add temporary fix for ‘package-maint-add-news-item’Gravatar Tom Willemse2019-01-131-1/+15
| | | | | 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.
* Clean up package configurationGravatar Tom Willemse2019-01-131-10/+12
|
* Download packages through https, upload through sshGravatar Tom Willemse2017-12-071-8/+3
| | | | | | By downloading through https there is no access needed through SSH to download the packages and so bootstrapping a new installation becomes easier.
* Add package.el configurationGravatar Tom Willemse2017-12-061-0/+62