aboutsummaryrefslogtreecommitdiffstats
path: root/oni-package.el
Commit message (Collapse)AuthorAgeFilesLines
* 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