[gnome-build-meta/alatiera/fsck-gnomeos-repo: 41/41] ci: check the object checksum before commiting to the gnomeos repo




commit ce6835459e77efe18e8a17b9ea13d80e7d66113c
Author: Jordan Petridis <jpetridis gnome org>
Date:   Fri Jan 22 04:53:42 2021 +0200

    ci: check the object checksum before commiting to the gnomeos repo
    
    verify that the ostree objects we checkout do not get
    corrupted along the way.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1dfee51..5b2d7b56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,7 +93,7 @@ default:
   - |
     for element in vm/repo.bst vm/repo-devel.bst; do
         ${BST} -o arch "${ARCH}" checkout --hardlinks $element checkout-repo/
-        ostree pull-local --repo=repo/ checkout-repo/
+        ostree pull-local --untrusted --repo=repo/ checkout-repo/
         rm -rf checkout-repo/
     done
 


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