Skip to content

Commit

Permalink
Fixes #14670: Adapt relay makefile for rudder repo
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Apr 16, 2019
1 parent 01be626 commit 89c00c3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions relay/sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ APACHE_VHOSTDIR = apache2/sites-available

localdepends: rudder-sources relay-api/virtualenv/virtualenv.py

rudder-sources.tar.bz2:
$(GET) rudder-sources.tar.bz2 https://www.rudder-project.org/archives/rudder-sources-${RUDDER_VERSION_TO_PACKAGE}.tar.bz2 ""

rudder-sources: rudder-sources.tar.bz2
tar -xjf rudder-sources.tar.bz2
mv rudder-sources-*/ rudder-sources/

relay-api/virtualenv.tgz:
# Original URL: https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.0.7.tar.gz
$(GET) relay-api/virtualenv.tgz https://repository.rudder.io/build-dependencies/virtualenv/virtualenv-$(VIRTUALENV_RELEASE).tar.gz $(VIRTUALENV_SHA256)
Expand Down Expand Up @@ -120,12 +113,10 @@ endif

clean: localclean
localclean:
rm -rf ./rudder-sources
# TODO replicate this on previous PR
rm -f build install

distclean: veryclean
veryclean: clean
rm -f ./rudder-sources.tar.bz2

.PHONY: localdepends localclean veryclean

0 comments on commit 89c00c3

Please sign in to comment.