소스 검색

Print specfile in dry mode

Alois Mahdal 6 년 전
부모
커밋
cab4a23801
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      trigger_copr

+ 4
- 0
trigger_copr 파일 보기

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