[software-management-guide/f20] f20 mock task added

Guillermo Gómez gomix at fedoraproject.org
Fri Nov 29 14:42:40 UTC 2013


commit 71e258517f17184125f88e59c9ce8f0c27bad55c
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Sun Nov 17 08:13:41 2013 -0430

    f20 mock task added

 lib/tasks/mock.rake |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/lib/tasks/mock.rake b/lib/tasks/mock.rake
index 90127c0..0c187f1 100644
--- a/lib/tasks/mock.rake
+++ b/lib/tasks/mock.rake
@@ -38,4 +38,14 @@ task :setf19 do
   `mock -r fedora-19-SMG-x86-64 --install man`
 end
 
+desc "Prepara jaula Fedora 20 SMG"
+task :setf20 do
+  # TODO: se debería detectar la instalación de mock previamente
+  `mock -r fedora-20-SMG-x86-64 --clean`
+  `mock -r fedora-20-SMG-x86-64 --init`
+  `mock -r fedora-20-SMG-x86-64 --install yum`
+  `mock -r fedora-20-SMG-x86-64 --install vim`
+  `mock -r fedora-20-SMG-x86-64 --install man`
+end
+
 end


More information about the docs-commits mailing list