From 391a4cf95d791efae479d03f27f7ed78d45a97de Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 24 Aug 2014 09:38:15 +0100 Subject: [PATCH] Don't confirm changes to the spec file. --- fedora_ocaml_rebuild.ml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index fd8bd47..0d8d597 100644 --- 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 -- 1.8.3.1