From 1d96ee089b8ae90e94df1b5a8bb403f5aea0be05 Mon Sep 17 00:00:00 2001 From: philippe lhardy Date: Sat, 1 Nov 2025 15:39:35 +0100 Subject: [PATCH] don't bind to artlog toolbox Signed-off-by: philippe lhardy --- .gitignore | 16 ---------------- BUILD.md | 2 -- init.sh | 18 +----------------- project.gitref | 4 ---- toolbox.param | 1 - 5 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 toolbox.param diff --git a/.gitignore b/.gitignore index 3ec8ef6..34c9cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,2 @@ -/home/plhardy/artisanlogiciel/code/artlog_toolbox -absant.sh -antify.sh -daily.sh -debianize.sh -doit.sh -eclipse_env.sh -Makefile.4.java -pythonize.sh -scrumify.sh -4create.makefile -4java.makefile -generate_new.sh -locate_artlog_toolbox.sh -refresh_toolbox.sh -test.txt devenv_params build/ \ No newline at end of file diff --git a/BUILD.md b/BUILD.md index 4220c70..8cb058b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -8,8 +8,6 @@ It is expected you already obtained content of source since you are reading this within same directory as this BUILD.md : ``` -./init.sh -# will create build scripts from artlog_toolbox # ./doit.sh # depends on sharedrawweb for stl export ./fetch_dependencies.sh diff --git a/init.sh b/init.sh index a7fb5e2..7a1b262 100755 --- a/init.sh +++ b/init.sh @@ -1,18 +1,5 @@ #!/bin/bash -setup() -{ - artlog_toolbox_path=../artlog_toolbox - if [[ ! -d $artlog_toolbox_path ]] - then - git clone $artlog_toolbox_remote_origin_url $artlog_toolbox_path - pushd $artlog_toolbox_path - git checkout - popd - fi - $artlog_toolbox_path/deploy.sh -} - # parses project.gitref project= gitref=project.gitref @@ -33,9 +20,6 @@ do artloglaby) artloglaby_remote_origin_url=$remote_origin_url ;; - artlog_toolbox) - artlog_toolbox_remote_origin_url=$remote_origin_url - ;; *) echo "ERROR unrecognized project='$project' line='$line'" ;; @@ -43,4 +27,4 @@ do fi done <$gitref -setup + diff --git a/project.gitref b/project.gitref index 3256b03..f28dae2 100644 --- a/project.gitref +++ b/project.gitref @@ -9,7 +9,3 @@ head=a22a2fd1b6eec74cd4a37f086ff01d46a50d8a9b path=../sharedrawweb remote.origin.url=ssh://philippe@www4.artisanlogiciel.net:2023/home/philippe/artisanlogiciel/code/sharedrawweb head=c217d96129b5f83c26c041f766718b6bdf93a2d6 -[artlog_toolbox] -path=../artlog_toolbox -remote.origin.url=ssh://philippe@www4.artisanlogiciel.net:2023/home/philippe/artisanlogiciel/code/artlog_toolbox -head=ea7e49c578d89ec4c7f41fd5b526e3ef4a8dbb37 diff --git a/toolbox.param b/toolbox.param deleted file mode 100644 index 5b6f920..0000000 --- a/toolbox.param +++ /dev/null @@ -1 +0,0 @@ -ARTLOG_TOOLBOX=../artlog_toolbox