Merge namecoin/ncdns-repro#166: certinject: Replace Git SHA1 with GPG sig

157c38cb18 certinject: Add godexlogconfig dependency (Jeremy Rand)
c22799f58b Bump certinject to v0.1.0 (Jeremy Rand)
6ea450929a certinject: Replace Git SHA1 with GPG sig (Jeremy Rand)

Pull request description:

Top commit has no ACKs.
pull/168/head
Jeremy Rand 2 years ago
commit 012cdfb6ee
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -1,12 +1,15 @@
version: '0.0.1'
version: '0.1.0'
git_url: https://github.com/namecoin/certinject.git
git_hash: '8b71285733f8abce7e0f6443e9ca3dc4acf6255b'
git_hash: 'v[% c("version") %]'
tag_gpg_id: 1
gpg_keyring: namecoin.gpg
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:
container:
use_container: 1
go_lib_deps:
- godexlogconfig
- goeasyconfig
- goxlog
- goxsys
@ -18,6 +21,8 @@ input_files:
- project: container-image
- name: go
project: go
- name: godexlogconfig
project: godexlogconfig
- name: goeasyconfig
project: goeasyconfig
- name: goxlog

Loading…
Cancel
Save