This commit is contained in:
parent
15e11958f9
commit
20983f06b8
|
@ -2,12 +2,8 @@
|
|||
|
||||
My workflow to build deb files.
|
||||
|
||||
## Build all packages and upload to webdav
|
||||
## Build all packages on local
|
||||
|
||||
```
|
||||
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
|
||||
./script/local_build.sh
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue