diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-09-11 06:40:15 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-09-11 06:40:15 +0200 |
commit | 7c00b1b4acea70181abf1e4fa43329b1f472a42c (patch) | |
tree | b238d7062fa5b6d5fda6f0765d9264f6f1910fd9 | |
parent | a284af94db0258b1fd4d7eeb932efb16327b4c1e (diff) | |
download | vyos-live-build-7c00b1b4acea70181abf1e4fa43329b1f472a42c.tar.gz vyos-live-build-7c00b1b4acea70181abf1e4fa43329b1f472a42c.zip |
Removing source_includes from toplevel source script, it was a python stub and will come back at a later point.
-rwxr-xr-x | scripts/build/source | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/source b/scripts/build/source index a4fd58a17..3b0c7ba47 100755 --- a/scripts/build/source +++ b/scripts/build/source @@ -51,7 +51,6 @@ lb chroot_archives source install ${@} lb source_live ${@} lb source_debian ${@} lb source_disk ${@} -lb source_includes ${@} lb source_hooks ${@} lb source_checksums ${@} |