diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-12 16:34:30 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 21:00:56 +0200 |
commit | 1a4a0cc56b2ed405bacba0c24b27a1e4ea4d5fa5 (patch) | |
tree | 7ca9e4db3a033c8e0381ad3b7785f71d3c0e4e87 | |
parent | 0e389293867bdb409b2ea7c429296d3a983fcc25 (diff) | |
download | clientdata-1a4a0cc56b2ed405bacba0c24b27a1e4ea4d5fa5.tar.gz clientdata-1a4a0cc56b2ed405bacba0c24b27a1e4ea4d5fa5.tar.bz2 clientdata-1a4a0cc56b2ed405bacba0c24b27a1e4ea4d5fa5.tar.xz clientdata-1a4a0cc56b2ed405bacba0c24b27a1e4ea4d5fa5.zip |
Actually test my testxml update repo&branch
-rwxr-xr-x | .tools/testxml.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh index ad0617fa..bdd11628 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -8,7 +8,8 @@ aptget_update aptget_install git-core libxml2-utils python python-pil python-soundfile rm -rf tools -gitclone https://git.themanaworld.org/ml tools.git tools +git clone https://git.themanaworld.org/specing/tools.git tools +git -C tools switch testxml_update cd tools/testxml |