proxy/.cvsignore | 9 --------- proxy/Makefile | 12 ------------ proxy/build-maps.conf | 14 -------------- proxy/build.sh | 17 ----------------- proxy/version | 1 - 5 files changed, 53 deletions(-)
New commits: commit c73748716929225c5ff0acb1fd518c869b176a21 Author: Jan Pazdziora jpazdziora@redhat.com Date: Wed Sep 1 08:20:20 2010 +0200
Remove files that do not seem to be used/needed/referenced.
diff --git a/proxy/.cvsignore b/proxy/.cvsignore deleted file mode 100644 index bdc12a2..0000000 --- a/proxy/.cvsignore +++ /dev/null @@ -1,9 +0,0 @@ -*.pyc -*.pyo -*.o -*.so -*.cgic -*.cgio -*.tar.gz -.* -*~ diff --git a/proxy/Makefile b/proxy/Makefile deleted file mode 100644 index 0160305..0000000 --- a/proxy/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Makefile for building rhn proxy snapshots -# -# $Id: Makefile,v 1.145 2002/10/16 23:14:18 misa Exp $ - -all: version MANIFEST - @echo "Hi there!" - @echo "It would be nice if you read some documentation first." - -# Documentation directory -DOCS_DIR = proxy/docs -# product installer.. -include ../Makefile.installer diff --git a/proxy/build-maps.conf b/proxy/build-maps.conf deleted file mode 100644 index 5e294ce..0000000 --- a/proxy/build-maps.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Mapping file -# -# $Id: build-maps.conf,v 1.19 2007/07/27 17:10:31 bperkins Exp $ -# -# Syntax: -# -# label : dir-names : chanel-names [ : other-stuff ] - -# No need to create an updates- dir for RHEL4 - intentionally using the RHEL3 -# one until we do -4AS : redhat-linux-as-i386-4 : redhat-rhn-proxy-5.1-as-i386-4 : updates-redhat-linux-as-i386-4 -4AS-amd64 : redhat-linux-as-x86_64-4 : redhat-rhn-proxy-5.1-as-x86_64-4 : updates-redhat-linux-as-i386-4 -4AS-s390 : redhat-linux-as-s390-4 : redhat-rhn-proxy-5.1-as-s390-4 : updates-redhat-linux-as-s390-4 -4AS-s390x : redhat-linux-as-s390x-4 : redhat-rhn-proxy-5.1-as-s390x-4 : updates-redhat-linux-as-s390-4 diff --git a/proxy/build.sh b/proxy/build.sh deleted file mode 100755 index c87ab70..0000000 --- a/proxy/build.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# -# Core functions for the iso builder -# -# $Id: build.sh,v 1.3 2003/12/02 22:07:33 misa Exp $ - -# Source the generic functions -topdir=$(cd $(dirname $0) && pwd) -. $topdir/../build-functions.sh -unset topdir - -PRODUCT=proxy -EMAIL_RCPTS=rhn-traffic+proxy-build@redhat.com -DOCS_DIR=proxy/docs -EXTRA_DIRS="upgrade" - -main "$@" diff --git a/proxy/version b/proxy/version deleted file mode 100644 index b5befbc..0000000 --- a/proxy/version +++ /dev/null @@ -1 +0,0 @@ -0.1 0
spacewalk-commits@lists.fedorahosted.org