[cowdancer] 02/04: parameter.c: Add missing fields to dump_config and reorder

James Clarke jrtc27 at moszumanska.debian.org
Sat Jan 14 01:14:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

jrtc27 pushed a commit to branch master
in repository cowdancer.

commit be069cbda5a1f25993ed813c6cabc9e96d2c7c0e
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Sat Jan 14 00:38:31 2017 +0000

    parameter.c: Add missing fields to dump_config and reorder
---
 parameter.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/parameter.c b/parameter.c
index f5268b0..839282d 100644
--- a/parameter.c
+++ b/parameter.c
@@ -328,13 +328,15 @@ int cpbuilder_dumpconfig(pbuilderconfig* pc)
   DUMPSTR(mirror);
   DUMPSTR(distribution);
   DUMPSTR(components);
+  DUMPSTR(extrapackages);
   DUMPSTR(othermirror);
-  DUMPSTR(smp);
   DUMPSTR(hookdir);
   DUMPSTR(debbuildopts);
   DUMPINT(binary_arch);
   DUMPINT(binary_indep);
   DUMPSTR(http_proxy);
+  DUMPINT(allow_untrusted);
+
   DUMPSTRARRAY(inputfile);
   DUMPSTRARRAY(outputfile);
 
@@ -342,11 +344,14 @@ int cpbuilder_dumpconfig(pbuilderconfig* pc)
   DUMPINT(buildresultgid);
 
   DUMPINT(no_cowdancer_update);
+  DUMPINT(debian_etch_workaround);
 
   DUMPSTR(kernel_image);
   DUMPSTR(initrd);
+  DUMPSTR(smp);
   DUMPINT(memory_megs);
   DUMPSTR(arch);
+  DUMPSTR(arch_diskdevice);
 
   log_printf(log_info, "end dump config");
   return 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list