generalize project file format

This commit is contained in:
6543 2018-05-21 12:42:10 +02:00
parent 7c46700bd5
commit e32c217fea
7 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@
##### Base Template D E B I A N ####
####################################
# .

project_relation="debian"

#tools_add [chroot_dir] [tools_list]
function tools_add() {

View File

@ -5,3 +5,4 @@
#desinfect.15
# . -Y ubuntu.14.04 -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu.14.04
project_relation="desinfect.15 $project_relation"

View File

@ -5,3 +5,4 @@
#desinfect.16
# . -Y ubuntu.14.04 -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu.14.04
project_relation="desinfect.16 $project_relation"

View File

@ -5,3 +5,4 @@
#desinfect.17
# . -Y ubuntu.16.04 -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu.16.04
project_relation="desinfect.17 $project_relation"

View File

@ -7,3 +7,4 @@
####################################
# . -> debian
source <LIBDIR>/proj/debian
project_relation="ubuntu $project_relation"

View File

@ -2,6 +2,7 @@
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }

#ubuntu.16.04
#ubuntu.14.04
# . -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu
project_relation="ubuntu.14.04 $project_relation"

View File

@ -5,3 +5,4 @@
#ubuntu.16.04
# . -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu
project_relation="ubuntu.16.04 $project_relation"