Historic archive of defunct list bismark-commits@lists.bufferbloat.net
 help / color / mirror / Atom feed
* [Bismark-commits] rev 314 - trunk/device trunk/device/release
@ 2011-04-06 12:41 bismark
  0 siblings, 0 replies; only message in thread
From: bismark @ 2011-04-06 12:41 UTC (permalink / raw)
  To: bismark-commits

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
   + *


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

only message in thread, other threads:[~2011-04-06 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-06 12:41 [Bismark-commits] rev 314 - trunk/device trunk/device/release bismark

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