fix release errors of 3.1.10
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
82ffde7786
commit
3db2dcb2d6
1 changed files with 3 additions and 6 deletions
9
Makefile
9
Makefile
|
@ -109,8 +109,8 @@ man-dist: man check-date
|
||||||
|
|
||||||
man-latest-link: web-pub
|
man-latest-link: web-pub
|
||||||
# Fix ikiwiki, which does not like symlinks for pseudo security
|
# Fix ikiwiki, which does not like symlinks for pseudo security
|
||||||
ssh tee.schottelius.org \
|
ssh staticweb.ungleich.ch \
|
||||||
"cd /home/services/www/nico/www.nico.schottelius.org/www/software/cdist/man && rm -f latest && ln -sf "$(CHANGELOG_VERSION)" latest"
|
"cd /home/services/www/nico/nico.schottelius.org/www/software/cdist/man/ && rm -f latest && ln -sf "$(CHANGELOG_VERSION)" latest"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Speeches
|
# Speeches
|
||||||
|
@ -243,10 +243,7 @@ distclean: clean
|
||||||
|
|
||||||
# The pub is Nico's "push to all git remotes" way ("make pub")
|
# The pub is Nico's "push to all git remotes" way ("make pub")
|
||||||
pub:
|
pub:
|
||||||
for remote in "" sf; do \
|
git push --mirror
|
||||||
echo "Pushing to $$remote"; \
|
|
||||||
git push --mirror $$remote; \
|
|
||||||
done
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(helper) $@
|
$(helper) $@
|
||||||
|
|
Loading…
Reference in a new issue