aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-15 01:02:14 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-15 01:02:14 +0100
commit5f5c09fa9371ecd86388cad86a5d0503ef4261c7 (patch)
tree25b3e9ae07841bf966a3e5b1baf658609f0e9497
parentBumped to version 2.8 (diff)
downloadgentoo-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--ChangeLog3
-rw-r--r--Makefile2
-rw-r--r--README2
-rwxr-xr-xbump.sh4
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