From 738050f2a71b2f0d094a692cc48c94653b82287f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2015 13:41:54 +0200 Subject: Implement rep-fetch command --- tests/repository/1/math/stable/repositories | 6 ++++++ tests/repository/1/math/testing/repositories | 7 +++++++ tests/repository/1/math/unstable/repositories | 7 +++++++ 3 files changed, 20 insertions(+) create mode 100644 tests/repository/1/math/stable/repositories create mode 100644 tests/repository/1/math/testing/repositories create mode 100644 tests/repository/1/math/unstable/repositories (limited to 'tests/repository/1/math') diff --git a/tests/repository/1/math/stable/repositories b/tests/repository/1/math/stable/repositories new file mode 100644 index 0000000..c7a30f7 --- /dev/null +++ b/tests/repository/1/math/stable/repositories @@ -0,0 +1,6 @@ +# math/stable +# +: 1 +location: ../../misc/stable +: + diff --git a/tests/repository/1/math/testing/repositories b/tests/repository/1/math/testing/repositories new file mode 100644 index 0000000..9165f28 --- /dev/null +++ b/tests/repository/1/math/testing/repositories @@ -0,0 +1,7 @@ +# math/testing +# +: 1 +location: ../../misc/testing +: +location: ../stable +: diff --git a/tests/repository/1/math/unstable/repositories b/tests/repository/1/math/unstable/repositories new file mode 100644 index 0000000..acad591 --- /dev/null +++ b/tests/repository/1/math/unstable/repositories @@ -0,0 +1,7 @@ +# math/unstable +# +: 1 +location: ../../misc/testing +: +location: ../testing +: -- cgit v1.1