summaryrefslogtreecommitdiff
path: root/maintainers/scripts/pluginupdate.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* pkgs/misc/vim-plugins/update.py: add logging•••there was a 404 error, having basic logging makes it easier to troubleshoot Matthieu Coudron2021-05-171-0/+18
* update.py: allow to disable autocommit (#119182)Matthieu Coudron2021-04-221-13/+23
* scripts.pluginupdate: write final newline•••json.dump does not write any newline, so the final newline in the file is missing. Flakebi2021-03-221-0/+1
* vimPlugins: fix pluginupdate.pyAndrey Kuznetsov2021-03-161-1/+1
* vimPlugins: make update.py generic over editor•••Move the script to maintainers/scripts/pluginupdate.py. Importing it from the vim and kakoune update scripts is done in the commit afterwards to cleanup the diff. Flakebi2021-02-251-0/+526