handle package uploading

This commit is contained in:
Hal Emmerich 2020-05-22 17:25:47 -05:00
parent 238936fb39
commit 0cc429acdb
2 changed files with 18 additions and 2 deletions

View File

@ -139,4 +139,19 @@ under the "Generate a Subkey for Package Signing" section
### Uploading packages to deb.prawnos.halemmerich.compression
dput or dupload?
use dput
user ~/.dput.cf
```
[deb.prawnos.com]
fqdn = deb.prawnos.com
method = scp
login = debian
incoming = /var/www/repos/apt/debian/incoming
allow_unsigned_uploads = true
ssh_config_options = Port=2222
```
upload the package
```
dput deb.prawnos.com *.changes
```

View File

@ -16,3 +16,4 @@ debhelper-build-stamp
*.log
*.substvars
*.diff.gz
*.upload