From 5f5c09fa9371ecd86388cad86a5d0503ef4261c7 Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Sun, 15 Dec 2019 01:02:14 +0100 Subject: proj/gentoo-vdr-scripts minor fixes Signed-off-by: Joerg Bornkessel --- ChangeLog | 3 +-- Makefile | 2 +- README | 2 +- bump.sh | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e9e7b0..91a34eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,7 @@ # ChangeLog for gentoo-vdr-scripts - SYMLINK_LIB=no / 17.1 profiles wrt bug #688174 -*gentoo-vdr-scripts-2.8 (13 Dec 2019) + SYMLINK_LIB=no / 17.1 profiles wrt bug #688174 support for Baselayout 1 removed, this will fix wrt bug #646518 shuts the vdr down even if nvram-wakup fails, fix wrt bug #298785 white space cleanup diff --git a/Makefile b/Makefile index ee6add6..db160e3 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: snapshot: git archive HEAD | bzip2 gentoo-vdr-scripts-snapshot.tar.bz2 - scp gentoo-vdr-scripts-snapshot.tar.bz2 dev.gentoo.org:public_html/distfiles/gentoo-vdr-scripts-snapshot.tar.bz2 + scp gentoo-vdr-scripts-snapshot.tar.bz2 hd_brummy@dev.gentoo.org:public_html/distfiles/gentoo-vdr-scripts-snapshot.tar.bz2 rm gentoo-vdr-scripts-snapshot.tar.bz2 .PHONY: all compile install snapshot diff --git a/README b/README index 7ca1c91..8e72a31 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ # $Id: $ README for gentoo-vdr-scripts -Version 2.8 +Version 2.7.5.1 This package contains all support scripts for vdr to make it like a real set top box. diff --git a/bump.sh b/bump.sh index 8f85f3c..1c0b0e3 100755 --- a/bump.sh +++ b/bump.sh @@ -18,9 +18,9 @@ sed -e "3a\\ " -i ChangeLog echo "local bump" -git commit -s -m "Bumped to version ${NEWVERS}" ChangeLog README +git commit -s -m "proj/gentoo-vdr-scripts: Bumped to version ${NEWVERS}" ChangeLog README git tag gentoo-vdr-scripts-$NEWVERS -#git push origin :gentoo-vdr-scripts-$NEWVERS +git push --signed=yes origin :gentoo-vdr-scripts-$NEWVERS make dist -- cgit v1.2.3-65-gdbad