From 7a6c61c9c7faeee99c7c6018ad2747b96b05de67 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 11 Dec 2012 18:33:25 +0000 Subject: buildsystem: remove iurt2010.1 and sync2010.1 scripts The scripts were used when the build system servers were still running Mandriva 2010.1. But the servers have now been upgraded to Mageia, and the infra_* repositories created, so those scripts are no longer in use. --- modules/buildsystem/manifests/init.pp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'modules/buildsystem/manifests/init.pp') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 65b38b62..f15b5dbf 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -1,18 +1,2 @@ class buildsystem { - # A script to copy on valstar the 2010.1 rpms built on jonund - class sync20101 inherits base { - $build_login = $buildsystem::iurt::user::login - # TODO user iurt::user::homedir too - mga-common::local_script { 'sync2010.1': - content => template('buildsystem/sync2010.1'), - } - } - - # a script to build 2010.1 packages. used on jonund - class iurt20101 inherits base { - $build_login = $buildsystem::iurt::user::login - mga-common::local_script { 'iurt2010.1': - content => template('buildsystem/iurt2010.1'), - } - } } -- cgit v1.2.1