Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tusooa authored and samip5 committed Jan 12, 2021
1 parent b26a20f commit c13a661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions showem
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ LOG_FILE_STALE_MINS=5
RED_TEXT="$(tput setaf 1)"
GREEN_TEXT="$(tput setaf 2)"
BOLD_TEXT="$(tput bold)"
#BOLD_BLUE_TEXT="$(tput bold)$(tput setaf 4)"
RESET_ATTS="$(tput sgr0)"

# program arguments (booleans in this case)
Expand Down Expand Up @@ -199,11 +198,11 @@ monitor_current_builds() {
# This function reports any changes from the last scan
# If a new build is run, or a build's sandbox pid changed,
# it will print a line with the following format:
# A <PKGNAME> <(new)SANDBOX_PID> <START_TIME>
# A <PKGNAME> <(new)SANDBOX_PID> <START_TIME> <INDEX> <TOTAL>
# If a build has ended (finished, or otherwise interrupted),
# it will print a line with the following format:
# D <PKGNAME>
# START_TIME is epoch in seconds, as an integer.
# START_TIME, INDEX and TOTAL are the same as in `get_extra_info()`.

# BUILDS array: key=<package name>, value=<pid of sandbox>
declare -A BUILDS=()
Expand Down

0 comments on commit c13a661

Please sign in to comment.