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_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' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var: var:
container: container:
use_container: 1 use_container: 1
go_lib_deps: go_lib_deps:
- godexlogconfig
- goeasyconfig - goeasyconfig
- goxlog - goxlog
- goxsys - goxsys
@ -18,6 +21,8 @@ input_files:
- project: container-image - project: container-image
- name: go - name: go
project: go project: go
- name: godexlogconfig
project: godexlogconfig
- name: goeasyconfig - name: goeasyconfig
project: goeasyconfig project: goeasyconfig
- name: goxlog - name: goxlog

Loading…
Cancel
Save