feat: add debian packaging, CI/CD and update script
- Add debian/ packaging for .deb generation - Add .forgejo/workflows/build.yml for CI/CD (runner label: docker) - Add scripts/fullupdater and scripts/fullupdater-update - Remove obsolete install.sh - Update .gitignore for debian build artifacts
This commit is contained in:
parent
184b0e6033
commit
57e6b2557b
10 changed files with 281 additions and 30 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -22,3 +22,17 @@ wheels/
|
|||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
||||
# Debian build artifacts
|
||||
debian/files
|
||||
debian/full-updater/
|
||||
debian/*.debhelper
|
||||
debian/*.substvars
|
||||
debian/changelog.dch
|
||||
*.deb
|
||||
*.build
|
||||
*.buildinfo
|
||||
*.changes
|
||||
|
||||
# Cache
|
||||
/tmp/full-updater-cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue