git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b474a5
)
Don't confirm changes to the spec file.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 24 Aug 2014 08:38:15 +0000
(09:38 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 24 Aug 2014 08:38:15 +0000
(09:38 +0100)
fedora_ocaml_rebuild.ml
patch
|
blob
|
history
diff --git
a/fedora_ocaml_rebuild.ml
b/fedora_ocaml_rebuild.ml
index
fd8bd47
..
0d8d597
100644
(file)
--- a/
fedora_ocaml_rebuild.ml
+++ b/
fedora_ocaml_rebuild.ml
@@
-269,16
+269,6
@@
and specfile_updated pkg =
sh "
cd %s
- echo 'Please make further changes as required to the spec file %s.spec'
- echo '(Press return key)'
- read
- emacs -nw %s
- echo 'OK to commit this change? (press ^C if not)'
- read
fedpkg commit -c
- echo 'OK to push this change? (press ^C if not)'
- read
fedpkg push
" repodir
- pkg
- specfile