# HG changeset patch # User J. Ali Harlow # Date 1246702319 -3600 # Node ID f7169522072688dfb174f53b05b742bc4a4dffcf # Parent fda83d91e6006e41049b68fcc643817d8796a515 Formally fork in preparation for release diff -r fda83d91e600 -r f71695220726 README --- a/README Fri Jul 03 19:06:29 2009 +0100 +++ b/README Sat Jul 04 11:11:59 2009 +0100 @@ -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 -r fda83d91e600 -r f71695220726 TODO --- a/TODO Fri Jul 03 19:06:29 2009 +0100 +++ b/TODO Sat Jul 04 11:11:59 2009 +0100 @@ -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 -r fda83d91e600 -r f71695220726 configure.ac --- a/configure.ac Fri Jul 03 19:06:29 2009 +0100 +++ b/configure.ac Sat Jul 04 11:11:59 2009 +0100 @@ -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