Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Add missing importlib submodule imports | David Robillard | 1 | -0/+2 | |
2020-04-26 | Don't write tags header to posts if it is empty | David Robillard | 1 | -1/+2 | |
2020-02-16 | Cleanup: Format code | David Robillard | 1 | -1/+4 | |
2020-02-16 | Remove top_entries feature of read_ttl_news | David Robillard | 1 | -5/+1 | |
2020-02-16 | Get doap:name from first NEWS entry if it is not already present | David Robillard | 1 | -0/+5 | |
2020-02-16 | Fall back to doap:developer to get maintainer | David Robillard | 1 | -1/+4 | |
2020-02-16 | Use exceptions on error instead of printing and sys.exit | David Robillard | 1 | -6/+1 | |
Makes things easier to figure out when using this code as a module, though it makes the console experience the usual Python nightmare. | |||||
2020-02-16 | Support parsing dates without times | David Robillard | 1 | -2/+9 | |
2020-02-16 | Tolerate a missing wscript, or missing attributes | David Robillard | 1 | -10/+18 | |
This will cause a failure later if these values are actually needed, but is useful for using the news utilities for subprojects. | |||||
2020-02-15 | Generate RDF news entries in the same sorted order as NEWS | David Robillard | 1 | -1/+3 | |
2020-02-15 | Support version numbers that don't have three elements | David Robillard | 1 | -1/+1 | |
2020-02-15 | Support reading project names with spaces | David Robillard | 1 | -1/+1 | |
2020-02-15 | Add uri argument to ttl_news command | David Robillard | 1 | -2/+3 | |
This can be used to set the project URI when it can't be had from the wscript, or override the one found there. | |||||
2020-02-15 | Fix read_news() calls | David Robillard | 1 | -4/+3 | |
2020-02-15 | Remove unused import | David Robillard | 1 | -1/+0 | |
2019-11-02 | Factor out post_lab_release command for posting old releases | David Robillard | 1 | -9/+49 | |
2019-11-02 | Fix timezone argument of news command | David Robillard | 1 | -1/+1 | |
2019-10-27 | Add JSON command | David Robillard | 1 | -0/+14 | |
2019-10-26 | Fix project name in release descriptions | David Robillard | 1 | -4/+4 | |
2019-10-21 | Fix release command | David Robillard | 1 | -2/+5 | |
2019-10-21 | Factor out release utilities | David Robillard | 1 | -0/+593 | |