Commit 982689b4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add TODO comment

parent d3667a27
...@@ -317,6 +317,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then ...@@ -317,6 +317,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
if [ -n "$SUBTASK" ] && ! echo "$TASKNUMBER" | grep -q " " ; then if [ -n "$SUBTASK" ] && ! echo "$TASKNUMBER" | grep -q " " ; then
info "$PROJECTNAME already present in the task $TASKNUMBER as subtask $SUBTASK, replacing" info "$PROJECTNAME already present in the task $TASKNUMBER as subtask $SUBTASK, replacing"
docmd ssh $GEARHOST task delsub $TASKNUMBER $SUBTASK docmd ssh $GEARHOST task delsub $TASKNUMBER $SUBTASK
# add task subtask - before subtask! (use next number?)
TASKNUMBER="$TASKNUMBER $SUBTASK" TASKNUMBER="$TASKNUMBER $SUBTASK"
fi fi
docmd ssh $GEARHOST task add $TASKNUMBER repo $PROJECTNAME $TAG 2>&1 | tee $RPMDIR/uploaded.log.tmp docmd ssh $GEARHOST task add $TASKNUMBER repo $PROJECTNAME $TAG 2>&1 | tee $RPMDIR/uploaded.log.tmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment