Collection of DEBBUILD for package I maintain for myself. Also a workflow of building and uploading.
Find a file
leafee98 3290fd171d
All checks were successful
ci/woodpecker/push/build_bin Pipeline was successful
ci/woodpecker/push/build_other Pipeline was successful
fix: dufs-bin arch not amd64
2023-08-06 19:51:31 +08:00
.woodpecker add neovim-bin 2023-05-22 10:22:50 +08:00
apt-repo-updater add package apt-repo-updater 2023-08-04 17:34:34 +08:00
dendrite update makedeb and add arch property, fix gitignore 2023-08-02 22:32:59 +08:00
dufs-bin fix: dufs-bin arch not amd64 2023-08-06 19:51:31 +08:00
filebrowser-bin update filebrowser to 2.24.1 2023-08-02 22:37:05 +08:00
forgejo-bin update makedeb and add arch property, fix gitignore 2023-08-02 22:32:59 +08:00
lemonade-git update makedeb and add arch property, fix gitignore 2023-08-02 22:32:59 +08:00
makedeb@dec5faa54b update makedeb and add arch property, fix gitignore 2023-08-02 22:32:59 +08:00
neovim-bin update makedeb and add arch property, fix gitignore 2023-08-02 22:32:59 +08:00
plik-bin update makedeb and add arch property, fix gitignore 2023-08-02 22:32:59 +08:00
script fix build_all script, log message before upload start 2023-04-13 14:04:38 +08:00
static-deployer-git update makedeb and add arch property, fix gitignore 2023-08-02 22:32:59 +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