Refactor cpio code into separate file.
authorRichard Jones <rjones@redhat.com>
Thu, 19 Aug 2010 13:23:11 +0000 (14:23 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 24 Aug 2010 12:17:41 +0000 (13:17 +0100)
commit15c230a50d78435716b701a68709b3576118f27b
tree4ff6266efb85a72f550408ab9ef2878c71e5f8a9
parent2d2846007d62696185bf367724a65ae8d626fbc2
Refactor cpio code into separate file.

We create a 'writer' abstraction and (currently) a single implementation
of this which can write cpio files.  All cpio-related code is moved
out of 'appliance.c' into 'cpio.c'.  'appliance.c' becomes a generic
appliance builder.

This commit should not change the semantics of the program.
helper/Makefile.am
helper/appliance.c
helper/cpio.c [new file with mode: 0644]
helper/helper.h
helper/main.c