search for: 0d5ce3b

Displaying 2 results from an estimated 2 matches for "0d5ce3b".

Did you mean: 0d5cbeb
2015 Sep 30
0
[PATCH] Add opensuse.gpg to the dist tarball
Adding missing opensuse.gpg to EXTRA_DIST. --- builder/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/Makefile.am b/builder/Makefile.am index 3111ef2..0d5ce3b 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -22,6 +22,7 @@ AM_YFLAGS = -d EXTRA_DIST = \ $(SOURCES_MLI) $(SOURCES_ML) $(SOURCES_C) \ libguestfs.gpg \ + opensuse.gpg \ test-index \ test-simplestreams/streams/v1/index.json \ test-simplestreams/streams/v1/net.cirros-cloud_...
2015 Oct 24
2
[PATCH 0/2] Allow 'make install' to be run twice.
Still don't recommend you use 'make install', but here we go. Rich.