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
         test -n "$Branch" || warn "    using last tag"
118
         test -n "$Branch" || warn "    using last tag"
119
         warn "    from $UrlBase"
119
         warn "    from $UrlBase"
120
         warn "    yielding slop-$Version-$Release.*.rpm"
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
         exit 1
125
         exit 1
122
     }
126
     }
123
     copr build --nowait "$CoprProject" "$Tmp/slop.spec"
127
     copr build --nowait "$CoprProject" "$Tmp/slop.spec"