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

List:       kde-commits
Subject:    playground/utils/createtarball
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2008-06-04 23:02:45
Message-ID: 1212620565.559160.10306.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 816918 by toma:

Small bugfixes for mailody, remove plasma.


 M  +5 -13     config.ini  
 M  +7 -2      create_tarball.rb  


--- trunk/playground/utils/createtarball/config.ini #816917:816918
@@ -19,11 +19,11 @@
 translations= no
 remove      = makechangelog
 
-[mailody4]
-mainmodule  = kdereview
-submodule   = mailody
-version     = 1.5.0-alfa1
-wholeModule = yes
+[mailody]
+name        = mailody4
+mainmodule  = extragear
+submodule   = pim
+version     = 1.5.0alfa1
 kde_release = no
 remove      = mailody.kdevelop makechangelog TODO 
 
@@ -98,11 +98,3 @@
 mainmodule  = extragear
 submodule   = utils
 kde_release = yes
-
-[plasma]
-mainmodule  = extragear
-submodule   = plasma
-wholeModule = yes
-folder      = extragear-plasma
-addPo       = desktop_extragear-plasma_applets desktop_extragear-plasma_dataengines \
desktop_extragear-plasma_desktopthemes desktop_extragear-plasma_runners \
krunner_contacts krunner_converterrunner lancelot plasma_applet_binaryclock \
plasma_applet_calculator plasma_applet_comic plasma_applet_dict plasma_applet_ebn \
plasma_applet_fifteenPuzzle plasma_applet_fileWatcher plasma_applet_frame \
plasma_applet_fuzzy_clock plasma_applet_kolourpicker plasma_applet_luna \
plasma_applet_notes plasma_applet_nowplaying plasma_applet_showdesktop \
                plasma_applet_twitter.pot
-kde_release = yes 
--- trunk/playground/utils/createtarball/create_tarball.rb #816917:816918
@@ -175,8 +175,13 @@
       end
     end
 
+    if !appdata["name"]
+        temp = { "name" => app }
+        appdata = appdata.merge(temp)
+    end
+
     if !appdata["folder"]
-        temp = { "folder" => app + "-" + appdata["version"] }
+        temp = { "folder" => appdata["name"] + "-" + appdata["version"] }
     else
         temp = { "folder" => appdata["folder"] + "-" + appdata["version"] }
     end
@@ -198,7 +203,7 @@
 
     #preparing----------------------------------------------------------------
 
-    puts "-> Fetching " + appdata["mainmodule"] + "/ " + appdata["submodule"] + "/" \
+ app + " into " + appdata["folder"] + "..." +    puts "-> Fetching " + \
appdata["mainmodule"] + "/" + appdata["submodule"] + "/" + app + " into " + \
appdata["folder"] + "..."  # Remove old folder, if exists
     `rm -rf #{appdata["folder"]} 2> /dev/null`
     `rm -rf #{appdata["folder"]}.tar.bz2 2> /dev/null`


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

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