Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/upstream-blob-mirror
Local mirror for artifacts in other projects using metalinks and a few assumptions
https://github.com/dpb587/upstream-blob-mirror
Last synced: 24 days ago
JSON representation
Local mirror for artifacts in other projects using metalinks and a few assumptions
- Host: GitHub
- URL: https://github.com/dpb587/upstream-blob-mirror
- Owner: dpb587
- Created: 2017-03-22T06:16:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T21:51:47.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T18:13:23.085Z (2 months ago)
- Language: Shell
- Homepage: https://dpb587.github.io/upstream-blob-mirror/
- Size: 7.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upstream-blob-mirror
## Notes
echo ~/Projects/dpb587/openvpn-bosh-release/src/blobs/openssl/pgp/*.asc | xargs -n1 -I{} bash -c 'cat {} | bin/import-key openssl'
wget -qO- http://nginx.org/keys/is.key | bin/import-key nginx
version=3421.3 bin/watch "$S3_BLOBS" repository/bosh.io/stemcell/bosh-warden-boshlite-ubuntu-trusty-go_agent
docker run -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e S3_BLOBS -e S3_REPOS_BUCKET -e GIT_AUTHOR_NAME -e GIT_AUTHOR_EMAIL -e GIT_COMMITTER_NAME -e GIT_COMMITTER_EMAIL --rm -t -i --workdir=/tmp/build -v $PWD:/tmp/build dpb587/upstream-blob-receipts
fly -t dpb587-nightwatch-aws-use1 sp -p dpb587:upstream-blob-receipts -c ci/pipeline.yml -v aws_access_key_id="$AWS_ACCESS_KEY_ID" -v aws_secret_access_key="$AWS_SECRET_ACCESS_KEY" -v s3_blobs="$S3_BLOBS" -v s3_repos_bucket="$S3_REPOS_BUCKET" -v git_private_key="$GIT_PRIVATE_KEY"