]> git.tdb.fi Git - builder.git/commit
Add a tarball component type
authorMikko Rasa <tdb@tdb.fi>
Mon, 11 May 2009 09:51:01 +0000 (09:51 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 11 May 2009 09:51:01 +0000 (09:51 +0000)
commit2edc25f87590bd81808792c3c38cab5ae8b94eb3
tree174648925d7a83f0a311e7552114ab56382fcaae
parent5622fc20f0be8bff0938d24f6f45d3ab384288ca
Add a tarball component type
Turn the default tarball target into a component
Deprecate tar_file statement from package config
Make File take an Msp::FS::Path instead of an std::string
Sort components so that targets will be created in the correct order
Build
source/builder.cpp
source/component.cpp
source/component.h
source/file.cpp
source/file.h
source/sourcepackage.cpp
source/sourcepackage.h
source/tarball.cpp
source/tarball.h