diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 01:02:14 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 01:02:14 +0100 |
commit | 5f5c09fa9371ecd86388cad86a5d0503ef4261c7 (patch) | |
tree | 25b3e9ae07841bf966a3e5b1baf658609f0e9497 | |
parent | Bumped to version 2.8 (diff) | |
download | gentoo-vdr-scripts-5f5c09fa9371ecd86388cad86a5d0503ef4261c7.tar.gz gentoo-vdr-scripts-5f5c09fa9371ecd86388cad86a5d0503ef4261c7.tar.bz2 gentoo-vdr-scripts-5f5c09fa9371ecd86388cad86a5d0503ef4261c7.zip |
proj/gentoo-vdr-scripts minor fixes
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | bump.sh | 4 |
4 files changed, 5 insertions, 6 deletions
@@ -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 @@ -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 @@ -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. @@ -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 |