Compare commits

..

2 Commits

Author SHA1 Message Date
oleg 9dfdc615de fix 2024-08-17 14:25:03 -04:00
oleg 17f29a3a67 fix 2024-08-17 14:24:32 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fi
Cmd="pushd /home/oleg/develop/cvtt2" Cmd="pushd /home/oleg/develop/cvtt2"
Cmd="${Cmd} && (cd ${prj}" Cmd="${Cmd} && (cd ${prj}"
Cmd="${Cmd} && git pushall ${prj})" Cmd="${Cmd} && git pushall)"
Cmd="${Cmd} && ./build_release.sh -p ${prj}" Cmd="${Cmd} && ./build_release.sh -p ${prj}"
Cmd="${Cmd} && (cd ${prj}" Cmd="${Cmd} && (cd ${prj}"
Cmd="${Cmd} && git pull --tags" Cmd="${Cmd} && git pull --tags"
+1 -1
View File
@@ -1 +1 @@
1.4.8,mostly cleaning 1.4.8F,mostly cleaning+fix