Collection of DEBBUILD for package I maintain for myself. Also a workflow of building and uploading.
Find a file
leafee98 82734470d2
All checks were successful
ci/woodpecker/push/build Pipeline was successful
refactor package directory, enhance build script
- update makedeb
- use bin, git, normal, leafee98 to classify packages
- only build package from leafee98 and bin in ci
- add script to build all packages locally
- add more log about running hook in build.sh
2023-08-18 17:28:14 +08:00
.woodpecker refactor package directory, enhance build script 2023-08-18 17:28:14 +08:00
makedeb@9aedecc62e refactor package directory, enhance build script 2023-08-18 17:28:14 +08:00
packages refactor package directory, enhance build script 2023-08-18 17:28:14 +08:00
script refactor package directory, enhance build script 2023-08-18 17:28:14 +08:00
.gitignore refactor package directory, enhance build script 2023-08-18 17:28:14 +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