Merge "Fix build-srpms cannot edit a variety of packages"

This commit is contained in:
Zuul 2018-11-29 07:52:39 +00:00 committed by Gerrit Code Review
commit 71a7ba7a81
1 changed files with 2 additions and 0 deletions

View File

@ -815,6 +815,8 @@ raw_create_tarballs_extract_script () {
"git add "*|\
"git commit "*)
;;
"rm -rf "*)
;;
*)
echo "$LINE" >> $EXTRACT_SCRIPT
;;