Skip to content

Commit

Permalink
Ak96/upload (#17)
Browse files Browse the repository at this point in the history
Add option to upload a runtime for publishing
  • Loading branch information
aaruni96 committed Nov 17, 2024
1 parent 9b836a8 commit b3bfc5a
Show file tree
Hide file tree
Showing 8 changed files with 803 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install libcairo2-dev gcc python3-dev libgirepository1.0-dev libostree-dev fuse-overlayfs libcap-dev autoconf && python -m pip install -r requirements.txt && python -m pip install pylint
- name: pylint
run: pylint -d C0413,C0103,R0912,R0915,W0603 src/maps
run: pylint --rcfile pylint.toml src/maps

flake8-lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ostree

# dynamic dependencies

deps
deps
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe

### Added
- Include sysfs in the runtime as read-only
- Add option to upload runtime for publishing

### Changed
- Improved logic for uninstall
Expand Down
Loading

0 comments on commit b3bfc5a

Please sign in to comment.