The official issue tracker for the Arch Linux website lives here. BTW we have two mirror overview lists, here and mirrorstatus. The mirror list gen...
Can I get assigned to this issue?...
hi @anthraxx could you please take a look at the changes I made when you have a moment?
Hello, sorry for the delay. the reason is same as 5b9c06d2 ....
Thanks for looking into contributing here. Please adjust some small things:...
We shouldn't be using random unrelated fixtures and initializing git repos inside them for creating a state on the fly we aim to test against. prob...
like posted in the repo.sh
review, this should all just live inside configure.sh
hence this is the only file that should be included and the config...
This check has no test coverage, if we add tests we should actually cover failure paths.
This breaks the expectations that you can configure an AUR repository when promoting a package
This breaks the expectations that you can simply configure a local git init
repo
all these changes must be moved into the configure.sh
file, this breaks the CLI API and you are not able to pass in any paths
LGTM
I changed the test to check the exit code instead
Makes sense now, but later we may want to actually release in a non-main
branch (when ports are a thing)....
Should we be testing the error messages in tests? I find it bad practise imo.