[gnome-build-meta/barthalion/drop-static-delta-check] .gitlab-ci/flat-manager.yml: Drop static delta check




commit b8dcd10a2df54c1409c746be75dd586bf1975fbe
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu May 13 15:00:23 2021 +0200

    .gitlab-ci/flat-manager.yml: Drop static delta check
    
    It has been introduced to catch where repo corruption was happening,
    but since then 1) it was fixed on runners 2) "ostree fsck" alone is
    enough to prevent it from being pushed again
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1144>

 .gitlab-ci/flat-manager.yml | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/.gitlab-ci/flat-manager.yml b/.gitlab-ci/flat-manager.yml
index 0b61347e..24cc6763 100644
--- a/.gitlab-ci/flat-manager.yml
+++ b/.gitlab-ci/flat-manager.yml
@@ -37,10 +37,6 @@ default:
   - ostree fsck --repo repo/ --all
   - flatpak build-update-repo --generate-static-deltas repo/
 
-  - mkdir -p testrepo
-  - ostree --repo=testrepo init --mode=bare-user-only
-  - ostree --repo=repo refs | grep '^runtime/' | xargs ostree --repo=testrepo pull-local 
--require-static-deltas --untrusted --disable-fsync repo
-
   - flat-manager-client push $(cat build.txt) repo/
   environment:
     name: $ENVIRONMENT_NAME


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