Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 366 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 366 Bytes

aptblob

Starting a Repository

mkdir bucket
BUCKET="file://$(pwd)/bucket"
gpg --gen-key
KEYID=42CAFE...

go run . init -k $KEYID "$BUCKET" stable <<EOF
Origin: stable
Label: stable
Codename: stable
Architectures: amd64
Description: Apt repository for Foo
EOF

go run . upload -k $KEYID "$BUCKET" stable mypackage.deb

License

Apache 2.0