Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 26 days 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 <