Displaying 4 results from an estimated 4 matches for "index_fragments".
Did you mean:
  index_fragment
  
2016 Nov 30
0
Re: [PATCH] builder: Rearrange how template-building scripts work.
...nc.
> +# Copyright (C) 2013-2016 Red Hat Inc.
>  #
>  # This program is free software; you can redistribute it and/or modify
>  # it under the terms of the GNU General Public License as published by
> @@ -17,33 +17,25 @@
>  
>  include $(top_srcdir)/subdir-rules.mk
>  
> +index_fragments = $(wildcard *.index-fragment)
> +
>  EXTRA_DIST = \
> -	.gitignore \
> -	compress.sh \
> -	test-guest.sh \
> -	validate.sh \
> -	README \
> -	index \
> -	index.asc \
> -	centos.sh \
> -	centos-aarch64.sh \
> +	$(index_fragments) \
> +	*.ks \
Considering $(wi...
2016 Dec 02
1
[PATCH NOT TO BE APPLIED] builder: make-template: Add --encrypted
I was attempting one way to solve:
https://bugzilla.redhat.com/show_bug.cgi?id=1400332
"RFE: virt-builder should support templates with encrypted filesystems"
However this approach doesn't really work because templates containing
encrypted partitions cannot be compressed, and therefore the guest
template would be a multi-gigabyte download.
I better approach will likely be to use
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...-builder tool
-# Copyright (C) 2013 Red Hat Inc.
+# Copyright (C) 2013-2016 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -17,33 +17,25 @@
 
 include $(top_srcdir)/subdir-rules.mk
 
+index_fragments = $(wildcard *.index-fragment)
+
 EXTRA_DIST = \
-	.gitignore \
-	compress.sh \
-	test-guest.sh \
-	validate.sh \
-	README \
-	index \
-	index.asc \
-	centos.sh \
-	centos-aarch64.sh \
+	$(index_fragments) \
+	*.ks \
 	debian.preseed \
-	debian.sh \
-	fedora.sh \
-	fedora-aarch64.sh \
-	fedora-armv...
2019 Dec 17
5
[PATCH 0/3] Various dist/build fixes
Fix one dist issue, and various builddir!=srcdir issues, also with the
patch proposed in the Debian bug #946594.
Patch #3 applies also to the virt-v2v repository, and will be committed
there too (with references to the libguestfs commit).
Pino Toscano (3):
  inspector: ship the actual test script
  tests: fix srcdir references
  build: fix make implicit dependencies on ml/mli files