Collection of DEBBUILD for package I maintain for myself. Also a workflow of building and uploading.
Find a file
leafee98 f9f41b33bd
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful
update makedeb, update .gitignore
2023-06-30 22:09:47 +08:00
.woodpecker add neovim-bin 2023-05-22 10:22:50 +08:00
dendrite update dendrite 2023-06-30 22:06:04 +08:00
dufs-bin update dufs from 0.34.0 to 0.34.2 2023-06-06 13:51:27 +08:00
filebrowser-bin fix: filebrowser build failed 2023-04-13 09:34:08 +08:00
forgejo-bin update 'forgejo-bin/DEBBUILD' 2023-05-04 10:01:08 +08:00
makedeb@342d77c987 update makedeb, update .gitignore 2023-06-30 22:09:47 +08:00
neovim-bin neovim-bin now install to /usr other than /usr/local 2023-06-30 22:07:33 +08:00
plik-bin add package plik-bin 2023-06-30 22:02:31 +08:00
script fix build_all script, log message before upload start 2023-04-13 14:04:38 +08:00
static-deployer-git add package: static-deployer 2023-04-13 09:36:41 +08:00
.gitignore update makedeb, update .gitignore 2023-06-30 22:09:47 +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