don't bind to artlog toolbox

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
2025-11-01 15:39:35 +01:00
parent f27120cc50
commit 1d96ee089b
5 changed files with 1 additions and 40 deletions

16
.gitignore vendored
View File

@@ -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/

View File

@@ -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

18
init.sh
View File

@@ -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

View File

@@ -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

View File

@@ -1 +0,0 @@
ARTLOG_TOOLBOX=../artlog_toolbox