new aggregate features are added to research

This commit is contained in:
2025-05-05 15:31:56 -04:00
parent 9aaf356048
commit 066bdbdb93
3 changed files with 276 additions and 45 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if [ "" == "${prj}" ] ; then
usage
fi
Cmd="pushd /home/oleg/develop/cvtt2"
Cmd="pushd /home/oleg/develop/cvtt2-ops"
Cmd="${Cmd} && (cd ${prj}"
Cmd="${Cmd} && git pushall)"
Cmd="${Cmd} && ./build_release.sh -p ${prj}"