mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
build-sys: add make upload target
This commit is contained in:
parent
39280feb57
commit
a45f61d76c
@ -794,3 +794,11 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
|||||||
--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
|
--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
|
||||||
--with-pamlibdir=$$dc_install_base/$(pamlibdir) \
|
--with-pamlibdir=$$dc_install_base/$(pamlibdir) \
|
||||||
--with-rootdir=$$dc_install_base/$(rootdir)
|
--with-rootdir=$$dc_install_base/$(rootdir)
|
||||||
|
|
||||||
|
upload: all distcheck
|
||||||
|
cp -v systemd-$(VERSION).tar.bz2 /home/lennart/cvs.fedora/systemd/devel/
|
||||||
|
scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
|
||||||
|
scp man/*.html tango:public/systemd-man/
|
||||||
|
|
||||||
|
git-tag:
|
||||||
|
git tag "v$(VERSION)" -m "systemd $(VERSION)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user