Update magic for systemtap-repo
This commit is contained in:
parent
f453240943
commit
3cda91386d
24
Makefile
24
Makefile
@ -21,7 +21,8 @@ elfutils-portable.spec: elfutils.spec
|
|||||||
(echo '%define _with_compat 1'; cat $<) > $@.new
|
(echo '%define _with_compat 1'; cat $<) > $@.new
|
||||||
mv -f $@.new $@
|
mv -f $@.new $@
|
||||||
|
|
||||||
portable-vr = $(VERSION)-0.$(subst $(DIST),,$(RELEASE))
|
portable-r = 0.$(subst $(DIST),,$(RELEASE))
|
||||||
|
portable-vr = $(VERSION)-$(portable-r)
|
||||||
portable.srpm = elfutils-$(portable-vr).src.rpm
|
portable.srpm = elfutils-$(portable-vr).src.rpm
|
||||||
$(portable.srpm): elfutils-portable.spec elfutils-portability.patch \
|
$(portable.srpm): elfutils-portable.spec elfutils-portability.patch \
|
||||||
elfutils-$(VERSION).tar.gz
|
elfutils-$(VERSION).tar.gz
|
||||||
@ -30,32 +31,33 @@ $(portable.srpm): elfutils-portable.spec elfutils-portability.patch \
|
|||||||
portable-srpm: $(portable.srpm)
|
portable-srpm: $(portable.srpm)
|
||||||
|
|
||||||
portable-dist = 3.0E-scratch
|
portable-dist = 3.0E-scratch
|
||||||
portable-beehive = $(redhat)/dist/$(portable-dist)/elfutils/$(portable-vr)
|
portable-build = \
|
||||||
|
$(redhat)/brewroot/packages/elfutils/$(VERSION)/$(portable-r)
|
||||||
|
|
||||||
ifeq (,$(wildcard /mnt/redhat/dist/.))
|
ifeq (,$(wildcard /mnt/redhat/dist/.))
|
||||||
redhat = datadump.devel.redhat.com::redhat
|
redhat = datadump.devel.redhat.com::redhat
|
||||||
rsync-to = devserv.devel.redhat.com:dist/elfutils/devel/systemtap-dist/
|
rsync-to = devserv.devel.redhat.com:dist/elfutils/devel/systemtap-dist/
|
||||||
beehive-dep =
|
build-dep = $(portable.srpm)
|
||||||
else
|
else
|
||||||
redhat = /mnt/redhat
|
redhat = /mnt/redhat
|
||||||
$(portable-beehive): $(portable.srpm)
|
$(portable-build): $(portable.srpm)
|
||||||
$(BHC_CLIENT) $(BHC_FLAGS) dist-$(portable-dist) $<
|
$(BUILD_CLIENT) $(BUILD_FLAGS) dist-$(portable-dist) $<
|
||||||
rsync-to = $(public)
|
rsync-to = $(public)
|
||||||
beehive-dep = $(portable-beehive)
|
build-dep = $(portable-build)/src/$(portable.srpm)
|
||||||
portable-build: $(portable-beehive)
|
portable-build: $(portable-build)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dist-files = README.elfutils systemtap-elfutils.repo \
|
dist-files = README.elfutils systemtap-elfutils.repo
|
||||||
elfutils-$(VERSION).tar.gz elfutils-portability.patch
|
rsync-files = --exclude=tests --exclude=data $(portable-build)/
|
||||||
rsync-files = --exclude=tests $(portable-beehive)/
|
|
||||||
public = sources.redhat.com:/sourceware/ftp/anonftp/pub/systemtap/elfutils/
|
public = sources.redhat.com:/sourceware/ftp/anonftp/pub/systemtap/elfutils/
|
||||||
|
|
||||||
RSYNC = RSYNC_RSH=ssh rsync
|
RSYNC = RSYNC_RSH=ssh rsync
|
||||||
|
|
||||||
systemtap-dist: $(beehive-dep) $(dist-files)
|
systemtap-dist: $(build-dep) $(dist-files)
|
||||||
@mkdir -p $@
|
@mkdir -p $@
|
||||||
$(RSYNC) -a --delete --progress -v $(rsync-files) systemtap-dist/
|
$(RSYNC) -a --delete --progress -v $(rsync-files) systemtap-dist/
|
||||||
ln $(dist-files) systemtap-dist/
|
ln $(dist-files) systemtap-dist/
|
||||||
|
ln -v `rpm -qlp $<` systemtap-dist/
|
||||||
|
|
||||||
systemtap-dist-createrepo: systemtap-dist
|
systemtap-dist-createrepo: systemtap-dist
|
||||||
ifneq ($(wildcard /usr/bin/createrepo),)
|
ifneq ($(wildcard /usr/bin/createrepo),)
|
||||||
|
Loading…
Reference in New Issue
Block a user