diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-08-23 11:08:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-08-23 11:08:23 +0900 |
commit | 684553c8146c7f379581fb51664f09abe2fa1aa5 (patch) | |
tree | bfd53ae3c87af324fc67f899276984125450c53c /debian | |
parent | 7ba95482fbf2654210e4a31ef18bae967ca1949b (diff) | |
download | tde-packaging-684553c8146c7f379581fb51664f09abe2fa1aa5.tar.gz tde-packaging-684553c8146c7f379581fb51664f09abe2fa1aa5.zip |
DEB build scripts: fixed up wrong documentation in README file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/_buildscripts/local/README.txt | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index 18d9f3493..6d9ea0b29 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -194,23 +194,22 @@ When building sets of modules or the whole TDE, a global build summary is automa Modules are built from the git sources and the build result is automatically appended to TDE_DIR/0_logs/build_result.log. Usage: - <dd>_<set_name>.sh [options] set_name + <dd>_<set_name>.sh [options] Options: -s N: if specified, skip first N modules from the set of modules - The sets are logically grouped as "base system", "applications" and "others" - 00_extradeps.sh : extra dependencies modules - 01_base_01.sh - 03_base_03.sh : TDE base system - 04_application_01.sh - 09_application_06.sh : application modules - 10_others_01.sh - 11_others_02.sh : other modules that are somehow less used - 91_build_base.sh : whole TDE base system in 00_extradeps.sh - 03_base_03.sh - 92_build_applications.sh : all TDE applications in 04_application_01.sh - 09_application_06.sh - 93_build_others.sh : all modules in 10_others_01.sh - 11_others_02.sh + The sets are logically grouped as "base system", "applications" and "meta packages". + 00_extradeps.sh : extra dependencies modules + 01_base_01.sh - 04_base_04.sh : base system + 05_apps_system.sh - 16_apps_misc.sh : application modules + 17_meta_packages.sh : meta package modules + 91_build_base.sh : whole TDE base system in 00_extradeps.sh - 04_base_04.sh + 92_build_applications.sh : all TDE applications in 05_apps_system.sh - 16_apps_misc.sh - 99_build_TDE.sh - Script used to build the complete TDE at once. Calls the dd_setname.sh set scripts in order. + Script used to build the complete TDE at once. Usage: - build_TDE.sh + 99_build_TDE.sh - create_repo.sh Creates a local repository from the .deb files currently stored in TDE_DIR/2_build/debs. |