summaryrefslogtreecommitdiff
path: root/elpa-admin.el
AgeCommit message (Expand)Author
2024-05-08Merge make-atom-feed, add batch-make-atom-feedscratch/elpa-adminStefan Monnier
2024-05-08* elpa-admin.el (elpaa--render-atom): Fix timestampStefan Monnier
2024-05-08(elpaa--make-atom-feed): Avoid parsing the `elpaa--url`Stefan Monnier
2024-05-07Tweak the way `index.html` is updatedStefan Monnier
2024-05-07elpa-admin.el: Created aggregated Atom feedStefan Monnier
2024-05-06(elpaa--write-plain-readme): (Re)add `README.md`Stefan Monnier
2024-05-01Add a <link> element to every Atom feed postPhilip Kaludercic
2024-05-01Use correct URL for -devel archivePhilip Kaludercic
2024-05-01Generate link to the Atom feeds using a badgePhilip Kaludercic
2024-04-23Merge branch 'elpa-admin' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into...Stefan Monnier
2024-04-23* elpa-admin.el (elpaa--keep-old): Avoid inf-loopStefan Monnier
2024-03-30Merge remote-tracking branch 'refs/remotes/origin/elpa-admin' into elpa-adminStefan Monnier
2024-03-30(elpaa--html-build-doc): Improve last changeStefan Monnier
2024-03-22Generate Atom feeds for each new package releasePhilip Kaludercic
2024-03-09Try and detect conflicting manual namesStefan Monnier
2024-03-05* elpa-admin.el (elpaa--html-make-index): Fix thinkoStefan Monnier
2024-03-05(elpaa--html-make-index): Add rank informationStefan Monnier
2024-03-05elpa-admin.el (elpaa--wsl-scores): New functionStefan Monnier
2024-03-05elpa-admin.el: First steps to keep track of access statsStefan Monnier
2024-03-02elpa-admin.el (elpaa--release-email): Tweak wordingStefan Monnier
2024-02-25Render HTML manuals with the Emacs manual stylesheetPhilip Kaludercic
2024-02-24Add separate rule to rebuild the index.html filesStefan Monnier
2024-02-24* elpa-admin.el (elpaa--index-javascript-headers): Remove jqueryStefan Monnier
2024-02-23Generate HTML5 tags instead of <div>s with CSS classesPhilip Kaludercic
2024-02-23Generate separate <thead> and <tbody> for package indexPhilip Kaludercic
2024-02-04Merge branch 'elpa-admin' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into...Stefan Monnier
2024-02-04* elpa-admin.el (elpaa--fetch): Speed upStefan Monnier
2023-09-28* elpa-admin.el (elpaa--core-files): SimplifyStefan Monnier
2023-09-28* elpa-admin.el: Use ELisp rather than CL facilitiesStefan Monnier
2023-09-28Add elpa--core-files to get more exact devel-versions for core packagesBenjamin Orthen
2023-09-10Add link to signature file on package pageStefan Kangas
2023-09-10Add *BSD and macOS build supportStefan Kangas
2023-09-08* elpa-admin.el (elpaa--html-make-pkg): Minor refactoringStefan Monnier
2023-09-08* elpa-admin.el (elpaa--worktree-sync): Don't stop on missing branchStefan Monnier
2023-09-08Suggest `package-install' to install non-core packages (bug#63800)Ihor Radchenko
2023-07-13Suggest `package-install' to install packages (bug#63800)Ihor Radchenko
2023-06-05* elpa-admin.el (elpaa--cleanup-packages): Comment out more effectivelyJonas Bernoulli
2023-04-17* elpa-admin.el: Read config file after all vars have been definedStefan Monnier
2023-04-17* elpa-admin.el (elpaa--manual-sync-re): Change defaultStefan Monnier
2023-04-14* elpa-admin.el: Avoid fetching from git.sr.htStefan Monnier
2023-03-23Merge remote-tracking branch 'refs/remotes/origin/elpa-admin' into elpa-adminStefan Monnier
2023-03-23* elpa-admin (elpaa--make-one-tarball): Preload copyright fileStefan Monnier
2023-02-14* elpa-admin.el (elpaa--fetch): Silence warning for :core packagesStefan Monnier
2023-02-14* elpa-admin.el (elpaa--supported-keywords): Add `:manual-sync`Stefan Monnier
2023-02-13* elpa-admin.el: Another tweak for `:manual-sync`Stefan Monnier
2023-02-13* elpa-admin.el (elpaa--batch-fetch-and): Obey `:manual-sync`Stefan Monnier
2023-01-28* elpa-admin.el (elpaa--supported-keywords): Add `:maintainer`Stefan Monnier
2023-01-26(elpaa--maintainers): Improve and simplify callers accordinglyStefan Monnier
2022-12-29* elpa-admin.el (elpaa--report-failure): Fallback on email-bccStefan Monnier
2022-12-29; Fix typoStefan Kangas