From: bismark@svn.comics.unina.it
To: bismark-commits@lists.bufferbloat.net
Subject: [Bismark-commits] rev 316 - trunk/device/release
Date: Wed, 06 Apr 2011 15:34:14 +0200 [thread overview]
Message-ID: <E1Q7SsA-0007bd-R8@svn.comics.unina.it> (raw)
Author: bismark
Date: 2011-04-06 15:34:14 +0200 (Wed, 06 Apr 2011)
New Revision: 316
Modified:
trunk/device/release/update
Log:
release update mod (temporary)
Modified: trunk/device/release/update
===================================================================
--- trunk/device/release/update 2011-04-06 13:33:28 UTC (rev 315)
+++ trunk/device/release/update 2011-04-06 13:34:14 UTC (rev 316)
@@ -5,13 +5,24 @@
# 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 ; }
+[ $(basename $(pwd)) == "release" ] || { echo "the script must be called from the 'release' folder" ; exit ; }
+[ -d "../$1" ] || { echo "error: unable to find $1 source path" ; exit ; }
+# Checkout release working copy if not present
+svn co svn://143.215.131.215/$1
+
# Copy device tree
tar -chf - --exclude ".svn" ../$1/ | tar -xvf -
+# For now the following is done manually
+# TODO: Should find a way to apply the diff from the main repository
+
+# Change pwd to target folder
+#cd $1
+
# Add to version control eventual new files
-svn add $1
+#new_files=$(svn status | awk '/^\?/{ print $2 }')
+#echo svn add $new_files
# Commit release update
-svn commit
+#svn commit $1
reply other threads:[~2011-04-06 13:30 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=E1Q7SsA-0007bd-R8@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