Update hudson friendly symlink for the new name

This commit is contained in:
Philippe M. Chiasson 2011-05-11 13:11:00 -04:00
Родитель 23817adf0c
Коммит efd583896b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -108,7 +108,7 @@ 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
ln -sf ShareServer-$(version)$(tag).tar.gz dist/linkdrop-current.tar.gz
rpm: f1.spec
$(PYTHON) setup.py bdist_rpm