From: J. Ali Harlow Date: Sat, 4 Jul 2009 10:11:59 +0000 (+0100) Subject: Formally fork in preparation for release X-Git-Tag: 0.1~4 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=d014450d987526fbc2228fc05d822358de85a6db;p=razor2.git%2F.git Formally fork in preparation for release --- diff --git a/README b/README index 2d2379c..b076154 100644 --- a/README +++ b/README @@ -1,3 +1,10 @@ +This is a fork of Kristian Høgsberg's razor. The bits live here: + + http://project.juiblex.co.uk/git?p=razor.git;a=summary + +Kristian's original README follows: + +---------------------------------------------------------------------- Just random notes at this point: - Razor is a package management system replacing rpm and yum. Razor diff --git a/TODO b/TODO index 93c1f75..ac6b750 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ +Kris's original TODO list follows: + +---------------------------------------------------------------------- Towards replacing rpm + yum (0.1): - drop the filelists from the main package set file, split out to a diff --git a/configure.ac b/configure.ac index bf0e8e9..fdbec1b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT(razor, 0.1, krh@redhat.com) +AC_INIT(razor, 0.1, ali@juiblex.co.uk) AM_INIT_AUTOMAKE(razor, 0.1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE