Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
CLI for creating an APT repository on S3 or GCS
- Host: GitHub
- URL: https://github.com/zombiezen/aptblob
- Owner: zombiezen
- License: apache-2.0
- Created: 2020-08-30T20:43:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-06T04:37:48.000Z (about 4 years ago)
- Last Synced: 2024-09-29T16:43:58.807Z (about 1 month ago)
- Topics: apt, debian, gcs, packaging, s3, ubuntu
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 <