[prev in list] [next in list] [prev in thread] [next in thread] 

List:       moblin-commits
Subject:    [Moblin-Commits] moblin-settings: Changes to 'master'
From:       tebrandt () moblin ! org (Todd E Brandt)
Date:       2008-09-04 23:49:04
Message-ID: 20080904234904.A9DD51E74001 () moblin ! org
[Download RAW message or body]

This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 vup |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

New commits:
commit fd0fb55489cfc8128c1180aa00e9a5ad4838a3bb
Author: Todd Brandt <todd.e.brandt@intel.com>
Date:   Thu Sep 4 16:48:37 2008 -0700

    new vup script changes the moblin-settings.spec file version as well


Diff in this email is a maximum of 400 lines.
diff --git a/vup b/vup
index 48225d5..ba80c6c 100755
--- a/vup
+++ b/vup
@@ -1,6 +1,16 @@
 #! /bin/sh
 # Author Todd Brandt <todd.e.brandt@intel.com>
 
+if [ ! -e ChangeLog ]; then
+    echo "No ChangeLog found, need to be in moblin-settings root"
+    exit
+fi
+
+if [ ! -e ./scripts/moblin-settings.spec ]; then
+    echo "No scripts/moblin-settings.spec found, need to be in moblin-settings root"
+    exit
+fi
+
 INFOFILE=~/.gitconfig
 USERNAME=`cat ${INFOFILE} | grep name | tr '\"' '\n' | head -2 | tail -1`
 EMAIL=`cat ${INFOFILE} | grep email | tr '\"' '\n' | head -2 | tail -1`
@@ -20,4 +30,11 @@ echo " -- ${USERNAME} <${EMAIL}>  ${DATE}" >> $TMP
 echo "" >> $TMP
 cat ChangeLog >> $TMP
 mv $TMP ChangeLog
+
+echo "Summary: Moblin System Settings" > $TMP
+echo "Name: moblin-settings" >> $TMP
+echo "Version: $VERSION" >> $TMP
+tail --lines=+4 ./scripts/moblin-settings.spec >> $TMP
+mv $TMP ./scripts/moblin-settings.spec
+
 nano ChangeLog
_______________________________________________
Commits mailing list
Commits@moblin.org
https://www.moblin.org/mailman/listinfo/commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic