Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

13 commits

Author SHA1 Message Date
Fedora Release Engineering
961825aef6 dist-git conversion 2010-07-28 09:34:01 +00:00
Bryan Kearney
61f10b1c50 Removing tihs package as it is not maintained. 2010-04-13 22:57:32 +00:00
Bill Nottingham
ee2b6e39ec Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:15 +00:00
Jesse Keating
b20e6757d5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:32:43 +00:00
Bryan Kearney
9b659bb517 Latest from Joey on the oVirt team 2009-03-16 18:21:38 +00:00
Jesse Keating
8090a26018 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 00:01:02 +00:00
Bryan Kearney
504308990b Added iptables patch from Jboggs. 2009-02-18 13:38:00 +00:00
Bryan Kearney
3b5e0b2bc8 - Status of puppet script is reflected in command line and init script
- Executingn 'ace --verbose' now provides real time view of puppet output
- Will work with new puppet which includes the augas plugin
2009-01-07 14:17:29 +00:00
Bryan Kearney
76d3af49ea New version which fixes depdendenchy issues with postgres. Found when
testing ovirt
2008-12-16 21:26:12 +00:00
Bryan Kearney
b4d56eb37e Builds in koji with the appropriate directories 2008-12-02 20:20:11 +00:00
Bryan Kearney
aab115f8b4 bump the version 2008-12-02 19:31:49 +00:00
Bryan Kearney
7c3d46c004 Missed the build requires which caused the files to go into the incorrect
location
2008-12-02 19:29:25 +00:00
Bryan Kearney
3fb56eb958 Initial Checkin 2008-11-25 19:51:57 +00:00
5 changed files with 2 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
ace-0.0.7.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: ace
# $Id$
NAME := ace
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
This package is no longer supported

View file