[gnome-build-meta] .gitlab-ci.yml: Remove unneeded care in the build instructions



commit 0f2b17cd49cfa87875406b0d2f7f0c55b025b674
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Thu Apr 26 20:12:51 2018 +0900

    .gitlab-ci.yml: Remove unneeded care in the build instructions
    
    Now we revision junction.refs separately, there is no need to do
    a sed job on project.conf, we dont want to explicitly track
    freedesktop-sdk-junction because we want to explicitly revision it,
    and there is no longer any need for the --except line in `bst build --track-all`.

 .gitlab-ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69a3888..1c2ceff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,12 +36,7 @@ bst-build-gnome-core:
   tags:
     - do
   script:
-    # this should be removed as soon as buildstream supports junctions with project.refs
-    - sed -i s/project.refs/inline/ project.conf
-    # this can be removed when bst plays nicer with junctions, but it should be harmless
-    - ${BST} track base/freedesktop-sdk-junction.bst
-    # don't track the elements in freedesktop-sdk
-    - ${BST} build --track-all --track-except base.bst core.bst
+    - ${BST} build --track-all core.bst
   # Store all the downloaded git and ostree repos in the distributed cache.
   # This saves us fetching them from the different repos and further afield
   # on every build.


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