summaryrefslogtreecommitdiffstats
path: root/extras/autoship.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-21Add missing importlib submodule importsDavid Robillard1-0/+2
2020-04-26Don't write tags header to posts if it is emptyDavid Robillard1-1/+2
2020-02-16Cleanup: Format codeDavid Robillard1-1/+4
2020-02-16Remove top_entries feature of read_ttl_newsDavid Robillard1-5/+1
2020-02-16Get doap:name from first NEWS entry if it is not already presentDavid Robillard1-0/+5
2020-02-16Fall back to doap:developer to get maintainerDavid Robillard1-1/+4
2020-02-16Use exceptions on error instead of printing and sys.exitDavid Robillard1-6/+1
2020-02-16Support parsing dates without timesDavid Robillard1-2/+9
2020-02-16Tolerate a missing wscript, or missing attributesDavid Robillard1-10/+18
2020-02-15Generate RDF news entries in the same sorted order as NEWSDavid Robillard1-1/+3
2020-02-15Support version numbers that don't have three elementsDavid Robillard1-1/+1
2020-02-15Support reading project names with spacesDavid Robillard1-1/+1
2020-02-15Add uri argument to ttl_news commandDavid Robillard1-2/+3
2020-02-15Fix read_news() callsDavid Robillard1-4/+3
2020-02-15Remove unused importDavid Robillard1-1/+0
2019-11-02Factor out post_lab_release command for posting old releasesDavid Robillard1-9/+49
2019-11-02Fix timezone argument of news commandDavid Robillard1-1/+1
2019-10-27Add JSON commandDavid Robillard1-0/+14
2019-10-26Fix project name in release descriptionsDavid Robillard1-4/+4
2019-10-21Fix release commandDavid Robillard1-2/+5
2019-10-21Factor out release utilitiesDavid Robillard1-0/+593