Formally fork in preparation for release
authorJ. Ali Harlow <ali@juiblex.co.uk>
Sat Jul 04 11:11:59 2009 +0100 (2009-07-04)
changeset 374f71695220726
parent 373 fda83d91e600
child 375 c903635ae422
Formally fork in preparation for release
README
TODO
configure.ac
     1.1 --- a/README	Fri Jul 03 19:06:29 2009 +0100
     1.2 +++ b/README	Sat Jul 04 11:11:59 2009 +0100
     1.3 @@ -1,3 +1,10 @@
     1.4 +This is a fork of Kristian Høgsberg's razor. The bits live here:
     1.5 +
     1.6 +	http://project.juiblex.co.uk/git?p=razor.git;a=summary
     1.7 +
     1.8 +Kristian's original README follows:
     1.9 +
    1.10 +----------------------------------------------------------------------
    1.11  Just random notes at this point:
    1.12  
    1.13   - Razor is a package management system replacing rpm and yum.  Razor
     2.1 --- a/TODO	Fri Jul 03 19:06:29 2009 +0100
     2.2 +++ b/TODO	Sat Jul 04 11:11:59 2009 +0100
     2.3 @@ -1,3 +1,6 @@
     2.4 +Kris's original TODO list follows:
     2.5 +
     2.6 +----------------------------------------------------------------------
     2.7  Towards replacing rpm + yum (0.1):
     2.8  
     2.9  - drop the filelists from the main package set file, split out to a
     3.1 --- a/configure.ac	Fri Jul 03 19:06:29 2009 +0100
     3.2 +++ b/configure.ac	Sat Jul 04 11:11:59 2009 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  dnl Process this file with autoconf to produce a configure script.
     3.5  
     3.6  AC_PREREQ(2.59c)
     3.7 -AC_INIT(razor, 0.1, krh@redhat.com)
     3.8 +AC_INIT(razor, 0.1, ali@juiblex.co.uk)
     3.9  AM_INIT_AUTOMAKE(razor, 0.1)
    3.10  AM_CONFIG_HEADER(config.h)
    3.11  AM_MAINTAINER_MODE