charm-apt-mirror:main

Last commit made on 2024-04-16
Get this branch:
git clone -b main https://git.launchpad.net/charm-apt-mirror

Branch merges

Branch information

Name:
main
Repository:
lp:charm-apt-mirror

Recent commits

a02ddca... by Robert Gildein

Set controller channel to 3.4 in CI (#40)

* Set controller channel to 3.4 in CI

The functional tests requiered some changes, they were done strangely
and I'm not sure why they worked before. I think it's maybe due [1],
but I did not have time to investigate more.

---
[1]: https://github.com/pytest-dev/pytest-asyncio/issues/706

* tmp fix until [1] is not resulved

---
[1]: https://github.com/canonical/charmcraft/issues/1640

* drop bootstack-actions for func tests

* define concurrency in CI

* dropping tmp usage of 5.20/stable for LXD

* Switch back to bootstack-actions

14aed5f... by Ashley James

Add workflow dispatch event to check.yaml (#39)

* Add workflow dispatch event to check.yaml

* chore: fix black errors

2592d25... by Samuel Allan <email address hidden>

Fix bug in convert_bytes (#38)

For values >= 1024**5, `convert_bytes` would return None.
Fix the bug, and update unit tests to cover these cases.

4f7dbca... by Robert Gildein

refined functions to get packages indices (#28)

* refined functions to get packages indices

Add the _get_package_indices, which is searching all "**/Packages*"
in dists, but instead of picking up only the first path, it's filtering
a path from the same parent directory.

* fix typos

* drop readlink, since it was introduced in 3.9

* add more unit tests and fix small typo

1bfa70f... by Ashley James

ci: Add on.workflow_call to check.yaml (#37)

a0f7f13... by Ashley James

ci: Rework GitHub workflow files (#35)

d94ee53... by Ashley James

Create CODEOWNERS (#26)

ba80a6e... by Robert Gildein

drop bionic support (#27)

e67bf70... by Eric Chen

Fix the spelling

be8dd4e... by Eric Chen

Update README.md