Collection of DEBBUILD for package I maintain for myself. Also a workflow of building and uploading.
Find a file
leafee98 0efef82af8 Refactor project struct
- Refactor build script
- Add python script to check if package exists in apt repo
- Refactor woodpecker-ci config
- Update makedeb
2023-08-17 16:52:08 +08:00
.woodpecker Refactor project struct 2023-08-17 16:52:08 +08:00
makedeb@3065562dab Refactor project struct 2023-08-17 16:52:08 +08:00
packages move packages to packages/ directory 2023-08-16 16:18:55 +08:00
script Refactor project struct 2023-08-17 16:52:08 +08:00
.gitignore fix: gitignore ignore DEBBUILD 2023-08-04 17:34:44 +08:00
.gitmodules Change submodule url from cgit to forgejo 2023-03-27 22:29:33 +08:00
README.md add script to build all and upload to webdav 2023-04-13 09:54:17 +08:00

Debian Packages

My workflow to build deb files.

Build all packages and upload to webdav

export WEBDAV_USER=webdav_user
export WEBDAV_PASS=abcdefghijklmnopqrstuvwxyz
export WEBDAV_HOST=https://webdav.example.com
export WEBDAV_REPOPATH=packages
bash script/build_all.sh