Add a linkdrop-current.tar.gz symlink as part of 'make dist'
This will make Hudson happy
This commit is contained in:
Родитель
91c006c85e
Коммит
eb74a7790b
2
Makefile
2
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче