fleet/tools/ci/docker/createrepo/update.sh
Victor Vrantchan fdb3c55562 add tools and scripts to generate apt and dpkg repositories (#1183)
the scripts in tools/pkgrepos can be used to update apt and yum repositories as well as create zip archives for a release. 

The dl.kolide.co repository is archived as a static bucket on GCP.
2017-02-16 11:47:10 -05:00

6 lines
180 B
Bash
Executable file

#!/bin/bash
# run createrepo to re-generate metadata
createrepo --update /repo
# sign repo with GPG key
gpg --default-key 000CF27C --detach-sign --armor /repo/repodata/repomd.xml