An open API service indexing awesome lists of open source software.

https://github.com/zombiezen/aptblob

CLI for creating an APT repository on S3 or GCS
https://github.com/zombiezen/aptblob

apt debian gcs packaging s3 ubuntu

Last synced: 8 months ago
JSON representation

CLI for creating an APT repository on S3 or GCS

Awesome Lists containing this project

README

          

# aptblob

## Starting a Repository

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

go run . init -k $KEYID "$BUCKET" stable <