diff --git a/qubes-release/Makefile b/qubes-release/Makefile deleted file mode 100644 index d5838b5..0000000 --- a/qubes-release/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -VERSION=$(shell awk '/Version/ { print $$2 }' qubes-release.spec) - -CVSROOT = $(shell cat CVS/Root 2>/dev/null || :) - -CVSTAG = V$(subst .,-,$(VERSION)) - -all: - -tag-archive: - @cvs -Q tag -F $(CVSTAG) - -create-archive: - @rm -rf /tmp/fedora-release - @cd /tmp ; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) qubes-release || echo "Um... export aborted." - @mv /tmp/qubes-release /tmp/qubes-release-$(VERSION) - @cd /tmp ; tar -czSpf qubes-release-$(VERSION).tar.gz qubes-release-$(VERSION) - @rm -rf /tmp/qubes-release-$(VERSION) - @cp /tmp/qubes-release-$(VERSION).tar.gz . - @rm -f /tmp/qubes-release-$(VERSION).tar.gz - @echo "" - @echo "The final archive is in qubes-release-$(VERSION).tar.gz" - -archive: tag-archive create-archive diff --git a/qubes-release/debugfiles.list b/qubes-release/debugfiles.list deleted file mode 100644 index e69de29..0000000 diff --git a/qubes-release/debuglinks.list b/qubes-release/debuglinks.list deleted file mode 100644 index e69de29..0000000 diff --git a/qubes-release/debugsources.list b/qubes-release/debugsources.list deleted file mode 100644 index e69de29..0000000 diff --git a/qubes-release/sources b/qubes-release/sources deleted file mode 100644 index 308835d..0000000 --- a/qubes-release/sources +++ /dev/null @@ -1,39 +0,0 @@ -### This describes the various package repositories (repos) that up2date will -### query for packages. It currently supports apt-rpm, yum, and "dir" repos. - -### Format is one repository (repo) entry per line, # starts comments, the -### first word on each line is the type of repo. - -### The default RHN (using "default" as the url means use the one in the -### up2date config file). -#up2date default - -### Note: when a channel label is required for the non up2date repos, -### the label is solely used as an internal identifier and is not -### based on the url or any other info from the repos. - -### An apt style repo (the example is arjan's 2.6 kernel repo). -### The format is: -### type channel-label service:server path repo name -#apt arjan-2.6-kernel-i386 http://people.redhat.com ~arjanv/2.5/ kernel - -### Note: for apt repos, there can be multiple repo names specified (space -### seperated). - -### A yum style repo. The format is: -### type channel-label url - -#yum my-favorite-rpms http://my.local.domain/fedora/linux/core/$ARCH/ - -### A local directory full of packages (a "dir" repo). For example: -#dir my-favorite-rpms /var/spool/RPMS/ - -### Repo Metadata -# Note that setting this makes up2date look in /etc/yum.repos.d/ for -# repository configuration. -# type channel-label url -repomd fedora http://fedora.redhat.com/ - -# Multiple versions of all repos except "up2date" can be used. Dependencies -# can be resolved "cross-repo" if need be. -