Historic archive of defunct list bismark-commits@lists.bufferbloat.net
 help / color / mirror / Atom feed
From: bismark@svn.comics.unina.it
To: bismark-commits@lists.bufferbloat.net
Subject: [Bismark-commits] rev 314 - trunk/device trunk/device/release
Date: Wed, 06 Apr 2011 14:41:16 +0200	[thread overview]
Message-ID: <E1Q7S2u-0007Ww-JX@svn.comics.unina.it> (raw)

Author: bismark
Date: 2011-04-06 14:41:16 +0200 (Wed, 06 Apr 2011)
New Revision: 314

Added:
   trunk/device/release/
   trunk/device/release/update
Log:
First import


Added: trunk/device/release/update
===================================================================
--- trunk/device/release/update	                        (rev 0)
+++ trunk/device/release/update	2011-04-06 12:41:16 UTC (rev 314)
@@ -0,0 +1,17 @@
+#!/bin/bash
+# 
+# Script to update current device release from bismark tree
+#
+# author: walter.dedonato@unina.it
+
+[ $1 ] || { echo "syntax: $(basename $0) <dist_arch>" ; exit ; }
+[ $(basename $(pwd)) == "release" ] || { echo "Script must be called from 'release' folder" ; exit ; }
+
+# Copy device tree
+tar -chf - --exclude ".svn" ../$1/ | tar -xvf -
+
+# Add to version control eventual new files
+svn add $1
+
+# Commit release update
+svn commit


Property changes on: trunk/device/release/update
___________________________________________________________________
Name: svn:executable
   + *


                 reply	other threads:[~2011-04-06 12:38 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=E1Q7S2u-0007Ww-JX@svn.comics.unina.it \
    --to=bismark@svn.comics.unina.it \
    --cc=bismark-commits@lists.bufferbloat.net \
    /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