aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Rerun `pyupgrade` with `--py39-plus`2.4.0Sam James2023-08-071-15/+13
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Reformat with `black`Sam James2023-08-071-43/+49
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Run `pyupgrade`Sam James2023-08-071-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* main.py: Add indented backslash capability to multilne GENTOO_MIRRORSBrian Dolbec2022-05-311-23/+36
| | | | | | | | | For multiple mirrors, use backslashes list additional mirrors with indents for clarity. Gentoo-bug-url: https://bugs.gentoo.org/543814 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* write_make_conf: fix infinite loop (bug 698470)Zac Medico2019-10-241-0/+1
| | | | | | Fixes: 42238f4ff13a ("write_make_conf: support multi-line GENTOO_MIRRORS (bug 543814)") Bug: https://bugs.gentoo.org/698470 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* write_make_conf: support multi-line GENTOO_MIRRORS (bug 543814)Zac Medico2019-05-272-0/+41
Use shlex to support multi-line GENTOO_MIRRORS assignments. Bug: https://bugs.gentoo.org/543814 Signed-off-by: Zac Medico <zmedico@gentoo.org>