Browse Source

Print specfile in dry mode

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

+ 4
- 0
trigger_copr View File

@@ -118,6 +118,10 @@ main() {
118 118
         test -n "$Branch" || warn "    using last tag"
119 119
         warn "    from $UrlBase"
120 120
         warn "    yielding slop-$Version-$Release.*.rpm"
121
+        warn ""
122
+        warn "===== BEGIN slop.spec ====="
123
+        cat "$Tmp/slop.spec"
124
+        warn "===== END slop.spec ====="
121 125
         exit 1
122 126
     }
123 127
     copr build --nowait "$CoprProject" "$Tmp/slop.spec"