[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1834/8267] bitbake: toaster: update build configuration page



commit 5827ae0a0841bbf309297e7522bdd13bc67c1715
Author: Sujith H <sujith h gmail com>
Date:   Mon Aug 1 07:25:15 2016 +0000

    bitbake: toaster: update build configuration page
    
    Update layer branch and layer commit section
    in the build configuration page for locally
    imported layers. For locally imported layers
    this secion goes as "Not applicable".
    
    [YOCO #9911]
    
    (Bitbake rev: 4ca3f602a955e01d445fb4789496e925f8d4234b)
    
    Signed-off-by: Sujith H <sujith h gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../toastergui/templates/configuration.html        |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/bitbake/lib/toaster/toastergui/templates/configuration.html 
b/bitbake/lib/toaster/toastergui/templates/configuration.html
index 1d0ec3f..58989f8 100644
--- a/bitbake/lib/toaster/toastergui/templates/configuration.html
+++ b/bitbake/lib/toaster/toastergui/templates/configuration.html
@@ -53,11 +53,25 @@
           <tbody>{% for lv in build.layer_version_build.all|dictsort:"layer.name" %}
           <tr>
             <td>{{lv.layer.name}}</td>
+           {% if lv.layer.local_source_dir %}
+           <td>
+             <span class="text-muted">Not applicable</span>
+             <span class="glyphicon glyphicon-question-sign get-help" data-original-title="" title="The 
source code of {{lv.layer.name}} is not in a Git repository, so there is no branch associated with it"> 
</span>
+           </td>
+           {% else %}
             <td>{{lv.branch}}</td>
+           {% endif %}
+           {% if lv.layer.local_source_dir %}
+           <td>
+             <span class="text-muted">Not applicable</span>
+             <span class="glyphicon glyphicon-question-sign get-help" data-original-title="" title="The 
source code of {{lv.layer.name}} is not in a Git repository, so there is no commit associated with it"> 
</span>
+           </td>
+           {% else %}
             <td> <a class="btn btn-default" data-content="<ul class='list-unstyled'>
                   <li>{{lv.commit}}</li> </ul>">
                 {{lv.commit|truncatechars:13}}
             </a></td>
+           {% endif %}
           </tr>{% endfor %}
           </tbody>
         </table>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]