Kaynağa Gözat

Print specfile in dry mode

Alois Mahdal 6 yıl önce
ebeveyn
işleme
cab4a23801
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      trigger_copr

+ 4
- 0
trigger_copr Dosyayı Görüntüle

@@ -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"