[Blends-commit] [SCM] blends-gsoc branch, master, updated. b3ff7ad990be49b2fb7d7a6b6802b14739798786

Emmanouil Kiagias e.kiagias at gmail.com
Wed Jun 19 17:18:59 UTC 2013


The following commit has been merged in the master branch:
commit b3ff7ad990be49b2fb7d7a6b6802b14739798786
Author: Emmanouil Kiagias <e.kiagias at gmail.com>
Date:   Wed Jun 19 19:18:35 2013 +0200

    test commit to check post-receive hook

diff --git a/sql/blendsd b/sql/blendsd
index 591c010..1e49027 100755
--- a/sql/blendsd
+++ b/sql/blendsd
@@ -10,5 +10,5 @@ SELECT b.blend, b.task, b.package, b.dependency, b.distribution, pkg.component,
        FROM all_packages p JOIN releases r ON p.release = r.release 
        WHERE r.role='$2' and architecture in ('$3', 'all' )) pkg ON b.package = pkg.package
   WHERE b.blend='$1'
-ORDER BY b.task
+ORDER BY b.package, b.task
 EOT
diff --git a/sql/blendsd_fix b/sql/blendsd_change_dependency
similarity index 100%
rename from sql/blendsd_fix
rename to sql/blendsd_change_dependency

-- 
Git repository for blends-gsoc code



More information about the Blends-commit mailing list