Collection of DEBBUILD for package I maintain for myself. Also a workflow of building and uploading.
Find a file
leafee98 e15d6e89f3
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful
disable build for dendrite, update image
2023-04-13 13:45:08 +08:00
.woodpecker disable build for dendrite, update image 2023-04-13 13:45:08 +08:00
dendrite make use of makdeb on dendrites 2023-04-03 22:26:46 +08:00
dufs-bin rename directory with suffix "-bin" 2023-04-04 15:40:13 +08:00
filebrowser-bin fix: filebrowser build failed 2023-04-13 09:34:08 +08:00
forgejo-bin rename directory with suffix "-bin" 2023-04-04 15:40:13 +08:00
makedeb@b57dab0489 update makedeb 2023-04-13 09:56:25 +08:00
script modify build script and update ci 2023-04-13 13:04:51 +08:00
static-deployer-git add package: static-deployer 2023-04-13 09:36:41 +08:00
.gitignore add gitignore 2023-04-13 11:36:31 +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