public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 139e30d135846bcca03f1b1f1823780521fff1dd
@ 2013-05-18 14:52 git
  0 siblings, 0 replies; only message in thread
From: git @ 2013-05-18 14:52 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2828 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, master has been updated
       via  139e30d135846bcca03f1b1f1823780521fff1dd (commit)
       via  25023ab9e9493ed668aea1f07cd3a7e89e825ef2 (commit)
      from  7b91d99f45ba597e05ce0f837a0b16c445f89a78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 139e30d135846bcca03f1b1f1823780521fff1dd
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sat May 18 16:51:59 2013 +0200

    vdr: fix old config import.

commit 25023ab9e9493ed668aea1f07cd3a7e89e825ef2
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sat May 18 16:49:35 2013 +0200

    vdr: fix deps.

-----------------------------------------------------------------------

Summary of changes:
 lfs/vdr_epgsearch      | 4 ++--
 lfs/vdr_streamdev      | 4 ++--
 lfs/vdr_vnsiserver3    | 4 ++--
 src/paks/vdr/update.sh | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

Difference in files:
diff --git a/lfs/vdr_epgsearch b/lfs/vdr_epgsearch
index dfda864..509efb1 100644
--- a/lfs/vdr_epgsearch
+++ b/lfs/vdr_epgsearch
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/epgsearch-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr_epgsearch
-PAK_VER    = 6
+PAK_VER    = 7
 
-DEPS       = "vdr"
+DEPS       = ""
 
 VDRPLUGVER = 2.0.0
 
diff --git a/lfs/vdr_streamdev b/lfs/vdr_streamdev
index 59dbd04..c230a69 100644
--- a/lfs/vdr_streamdev
+++ b/lfs/vdr_streamdev
@@ -33,9 +33,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr_streamdev
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = "vdr"
+DEPS       = ""
 
 VDRPLUGVER = 2.0.0
 
diff --git a/lfs/vdr_vnsiserver3 b/lfs/vdr_vnsiserver3
index 73ee5e9..77d066b 100644
--- a/lfs/vdr_vnsiserver3
+++ b/lfs/vdr_vnsiserver3
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr_vnsiserver3
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = "vdr"
+DEPS       = ""
 
 VDRPLUGVER = 2.0.0
 
diff --git a/src/paks/vdr/update.sh b/src/paks/vdr/update.sh
index 2e11608..6233897 100644
--- a/src/paks/vdr/update.sh
+++ b/src/paks/vdr/update.sh
@@ -29,7 +29,7 @@ OLD_DIR="/opt/vdr/etc"
 NEW_DIR="/etc/vdr"
 
 for conf in ${OLD_DIR}/*.conf; do
-	[ -f "${conf}" ] && continue
+	[ -f "${conf}" ] || continue
 
 	conf="$(basename ${conf})"
 	mv -b "${OLD_DIR}/${conf}" "${NEW_DIR}/${conf}"


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-18 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-18 14:52 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 139e30d135846bcca03f1b1f1823780521fff1dd git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox