Browse Source

Ring the bell when build is done

Alois Mahdal 6 years ago
parent
commit
6a513d384d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      trigger_copr

+ 1
- 0
trigger_copr View File

129
     case $Action in
129
     case $Action in
130
         build)
130
         build)
131
             copr build "$CoprProject" "$Tmp/$PkgName.spec"
131
             copr build "$CoprProject" "$Tmp/$PkgName.spec"
132
+            printf '\a'
132
             ;;
133
             ;;
133
         demo)
134
         demo)
134
             warn "demo mode active, we would build:"
135
             warn "demo mode active, we would build:"