]> git.tdb.fi Git - builder.git/commit
Drop support for generic tarball components
authorMikko Rasa <tdb@tdb.fi>
Mon, 6 Oct 2014 20:43:34 +0000 (23:43 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 6 Oct 2014 21:00:13 +0000 (00:00 +0300)
commit11b4732f81396aa3d8b0fc8928b8e1981032e743
tree6de532a3c629e27121d2d7bd54deb89ca5f61511
parent35f2979869bff43706f3163ec0979c7084aaa3c4
Drop support for generic tarball components

I originally envisioned using them for creating binary release tarballs,
but that turns out to be a less than spectacular idea.  Tarballs only
really work as a distribution format on Linux.  Other platforms either
use a different archive format or require more complicated preparations.
Build
source/buildgraph.cpp
source/component.h
source/sourcearchivecomponent.cpp [new file with mode: 0644]
source/sourcearchivecomponent.h [new file with mode: 0644]
source/sourcepackage.cpp
source/sourcepackage.h
source/tarballcomponent.cpp [deleted file]
source/tarballcomponent.h [deleted file]