From eb74a7790b6d7a787c3112d51a710884aaa92856 Mon Sep 17 00:00:00 2001 From: "Philippe M. Chiasson" Date: Wed, 23 Mar 2011 15:44:56 -0400 Subject: [PATCH] Add a linkdrop-current.tar.gz symlink as part of 'make dist' This will make Hudson happy --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 54dcd2e..f1b9224 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,8 @@ clean: dist: f1.spec $(PYTHON) setup.py sdist --formats gztar,zip + # This is so Hudson can get stable urls to this tarball + ln -sf linkdrop-$(version)($tag).tar.gz dist/linkdrop-current.tar.gz rpm: f1.spec $(PYTHON) setup.py bdist_rpm