Add a target to make a "rawhide" comps. This will have to be updated as

"rawhide" targets change.  This is so that we don't have to continually
modify compose tools/processes.
This commit is contained in:
Jesse Keating 2008-01-11 21:09:08 +00:00
parent 1a3bf5b1e0
commit a9fa6249ef
1 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,7 @@ clean:
@if [ "$@" == "$(RAWHIDECOMPS)" ] ; then \
cat $(RAWHIDECOMPS) | sed 's/redhat-release/rawhide-release/g' > comps-rawhide.xml ; \
fi
# Add an easy alias to generate a rawhide comps file
comps-rawhide: comps-f9.xml
@mv comps-f9.xml comps-rawhide.xml