diff --git a/autodist b/autodist index 84b403f..09b7988 100755 --- a/autodist +++ b/autodist @@ -706,6 +706,7 @@ function launch_pkgs_loop() { echo echo " OK" >> $LOGFILE mv $LOGFILE_PKG $LOGDIR/ok/ + echo "?= See $LOGDIR/ok/${LOGFILE_PKG_NAME}" case $operation in prepare) diff --git a/autodist-cgi b/autodist-cgi index b986088..b1452fc 100755 --- a/autodist-cgi +++ b/autodist-cgi @@ -87,22 +87,22 @@ for i in `seq 0 ${#AUTOPORT_ARCH[*]}`; do [[ "$NUM" && "$NUM" != "$i" ]] && continue [[ "$SECONDARY" = "$AS_SECONDARY" ]] || continue if [ "${AUTOPORT_UPDATE[$i]}" ]; then - echo "* ${AUTOPORT_REPOSITORIES[$i]}(${AUTOPORT_ARCH[$i]}) (type:autodist update)" + echo "* ${AUTOPORT_REPOSITORIES[$i]}(${AUTOPORT_ARCH[$i]}) (type:autodist update)" echo " [ log last ]" fi if [ "${AUTOPORT_CHROOT[$i]}" ]; then - echo "* ${AUTOPORT_REPOSITORIES[$i]}(${AUTOPORT_ARCH[$i]}) (type:chroot autoport chroot:${AUTOPORT_CHROOT[$i]})" + echo "* ${AUTOPORT_REPOSITORIES[$i]}(${AUTOPORT_ARCH[$i]}) (type:chroot autoport chroot:${AUTOPORT_CHROOT[$i]})" echo " [ log last ]" fi if [ "${AUTOPORT_NATIVE[$i]}" ]; then - echo "* ${AUTOPORT_REPOSITORIES[$i]}(${AUTOPORT_ARCH[$i]}) (type:native autoport)" + echo "* ${AUTOPORT_REPOSITORIES[$i]}(${AUTOPORT_ARCH[$i]}) (type:native autoport)" echo " [ log last ]" fi if [ "${AUTOPORT_CROSS[$i]}" ]; then - echo "* cross-platform autoport (arch:${AUTOPORT_CROSS[$i]})" + echo "* cross-platform autoport (arch:${AUTOPORT_CROSS[$i]})" echo " [ last ]" fi echo "
"
@@ -185,7 +185,11 @@ for i in `seq 0 ${#AUTOPORT_ARCH[*]}`; do
          echo "Scheduled jobs: $SCHEDULED"
          for b in `seq 1 ${#BUILDNOW[*]}`; do
             set -- ${BUILDNOW[$b-1]}
-            echo "$1: $2 $3 $4 $5 $6 "
+            if [ "${BUILDLOG[$b-1]}" ]; then
+               echo "$1: $2 $3 $4 $5 $6 "
+            else
+               echo "$1: $2 $3 $4 $5 $6 "
+            fi
          done
          if [ "$LASTLINE" ]; then
             set -- $LASTLINE