From 1ca0e877fe88d88b473bb980ce19698036e4388d Mon Sep 17 00:00:00 2001 From: piotruela Date: Fri, 18 Oct 2024 10:13:55 +0200 Subject: [PATCH 1/3] Add registry for patrol packages --- registry/patrol.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 registry/patrol.test diff --git a/registry/patrol.test b/registry/patrol.test new file mode 100644 index 00000000..57f80727 --- /dev/null +++ b/registry/patrol.test @@ -0,0 +1,12 @@ +contact=mateusz.wojtczak@leancode.pl +contact=julia.borkowska@leancode.pl +contact=piotr.maszota@leancode.pl + +fetch=git clone https://github.com/leancodepl/patrol.git tests +fetch=git -C tests checkout a1c525606ffdc23c56b9866dccae808845fbc6d3 + +update=packages/patrol +update=packages/patrol_cli +update=packages/patrol_finders + +test=scripts/flutter_test_repo_test.sh From 8e41f001b9b1c7e34366e3c104002f3dc9bb2cac Mon Sep 17 00:00:00 2001 From: piotruela Date: Fri, 18 Oct 2024 10:13:55 +0200 Subject: [PATCH 2/3] Add registry for patrol packages --- registry/patrol.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 registry/patrol.test diff --git a/registry/patrol.test b/registry/patrol.test new file mode 100644 index 00000000..e1d12ddd --- /dev/null +++ b/registry/patrol.test @@ -0,0 +1,12 @@ +contact=mateusz.wojtczak@leancode.pl +contact=julia.borkowska@leancode.pl +contact=piotr.maszota@leancode.pl + +fetch=git clone https://github.com/leancodepl/patrol.git tests +fetch=git -C tests checkout eebd82809332c0ef02990b0257002d8434da738f + +update=packages/patrol +update=packages/patrol_cli +update=packages/patrol_finders + +test=scripts/flutter_test_repo_test.sh From ef997ccac38d8bdf165f3e7f05056d05df83b74e Mon Sep 17 00:00:00 2001 From: piotruela Date: Tue, 5 Nov 2024 20:29:18 +0100 Subject: [PATCH 3/3] Remove package:patrol tests --- registry/patrol.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/registry/patrol.test b/registry/patrol.test index e1d12ddd..3ffb225d 100644 --- a/registry/patrol.test +++ b/registry/patrol.test @@ -3,9 +3,8 @@ contact=julia.borkowska@leancode.pl contact=piotr.maszota@leancode.pl fetch=git clone https://github.com/leancodepl/patrol.git tests -fetch=git -C tests checkout eebd82809332c0ef02990b0257002d8434da738f +fetch=git -C tests checkout 0a2273d235be74dfc17d1b67d640accc1e02ca38 -update=packages/patrol update=packages/patrol_cli update=packages/patrol_finders