[software-management-guide] F19 mock config added

Guillermo Gómez gomix at fedoraproject.org
Mon Sep 2 12:09:11 UTC 2013


commit 920c998047f44b5393fc3717d63cf42ca152fd0c
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Mon Sep 2 07:38:24 2013 -0430

    F19 mock config added

 lib/tasks/mock.rake |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/lib/tasks/mock.rake b/lib/tasks/mock.rake
index 645d047..d73a81f 100644
--- a/lib/tasks/mock.rake
+++ b/lib/tasks/mock.rake
@@ -23,4 +23,13 @@ task :setf18 do
   `mock -r fedora-18-SMG-x86-64 --install vim`
 end
 
+desc "Prepara jaula Fedora 19 SMG"
+task :setf19 do
+  # TODO: se debería detectar la instalación de mock previamente
+  `mock -r fedora-19-SMG-x86-64 --clean`
+  `mock -r fedora-19-SMG-x86-64 --init`
+  `mock -r fedora-19-SMG-x86-64 --install yum`
+  `mock -r fedora-19-SMG-x86-64 --install vim`
+end
+
 end


More information about the docs-commits mailing list