Skip to content

Commit

Permalink
Merge branch 'alpine-custom-apk' into add-alpine-3.20-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored May 30, 2024
2 parents 417adcc + 0c52b26 commit e5929ad
Show file tree
Hide file tree
Showing 19 changed files with 11,846 additions and 1,254 deletions.
4 changes: 4 additions & 0 deletions .github/labeler-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ humble:
iron:
- iron/*

# Add 'jazzy' label if any files in jazzy/ folder are changed by a PR
jazzy:
- jazzy/*

# Add 'rolling' label if any files in rolling/ folder are changed by a PR
rolling:
- rolling/*
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ For example:

```yaml
python3-foobar-pip:
ubuntu:
'*':
pip:
packages: [foobar]
```
Expand All @@ -259,7 +259,7 @@ For example:

```yaml
python-foobar-pip: &migrate_eol_2025_04_30_python3_foobar_pip # Anchor
ubuntu:
'*':
pip:
packages: [foobar]
python3-foobar-pip: *migrate_eol_2025_04_30_python3_foobar_pip # Alias
Expand Down Expand Up @@ -301,7 +301,7 @@ The unit tests enforce alphabetization of elements and a consistent formatting t
### Unit Testing

It is recommended to use a virtual environment and pip to install the unit test dependencies.
The test dependencies are listed in tests/requirements.txt.
The test dependencies are listed in [test/requirements.txt](./test/requirements.txt).

```bash
# create the virtual environment
Expand Down
Loading

0 comments on commit e5929ad

Please sign in to comment.