public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 139e30d135846bcca03f1b1f1823780521fff1dd
Date: Sat, 18 May 2013 16:52:33 +0200	[thread overview]
Message-ID: <20130518145244.8FD6F20134@argus.ipfire.org> (raw)

[-- 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

                 reply	other threads:[~2013-05-18 14:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130518145244.8FD6F20134@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox