From a6ea550b499012b0e518ef1204fea9807934be4f Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Fri, 9 Apr 2004 19:22:24 +0000 Subject: [PATCH] add yum --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5d9944e..08750627 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.4 2004/04/09 01:36:55 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.5 2004/04/09 19:07:58 mlh-pl_rpm Exp $ # # Default target @@ -130,6 +130,18 @@ vsh-MODULE := vsh vsh-SPEC := vsh/vsh-planetlab.spec ALL += vsh +# +# yum +# + +yum-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +yum-INITIAL := YUM_2_0_3 +yum-TAG := YUM_2_0_3_PL_7 +yum-MODULE := yum +yum-SPEC := yum/yum.spec +ALL += yum + + # Build kernel-planetlab first so we can bootstrap off of its build vsh: kernel-planetlab -- 2.47.0