summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctolentino8 <ctolentino8@bloomberg.net>2018-10-18 15:16:29 +0100
committerChandan Singh <chandan.devel@gmail.com>2018-11-02 16:41:54 +0000
commit8d7cf806009dfae906af56478880e44090e4756d (patch)
tree17a60fb91a55b0588a29e28b1e94247597e05e47
parentde59ebdbf755ca65c7c9d389204f6ce508f84e7e (diff)
downloadbuildstream-8d7cf806009dfae906af56478880e44090e4756d.tar.gz
tests/integration/project/files: Remove pypi-repo
-rw-r--r--tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gzbin769 -> 0 bytes
-rw-r--r--tests/integration/project/files/pypi-repo/app2/index.html8
-rw-r--r--tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gzbin734 -> 0 bytes
-rw-r--r--tests/integration/project/files/pypi-repo/hellolib/index.html8
4 files changed, 0 insertions, 16 deletions
diff --git a/tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz b/tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz
deleted file mode 100644
index 86cb43cfe..000000000
--- a/tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz
+++ /dev/null
Binary files differ
diff --git a/tests/integration/project/files/pypi-repo/app2/index.html b/tests/integration/project/files/pypi-repo/app2/index.html
deleted file mode 100644
index 5bc72e47c..000000000
--- a/tests/integration/project/files/pypi-repo/app2/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
- <head>
- <title>Links for app1</title>
- </head>
- <body>
- <a href='App2-0.1.tar.gz'>App2-0.1.tar.gz</a><br />
- </body>
-</html>
diff --git a/tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz b/tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz
deleted file mode 100644
index 3b0884c66..000000000
--- a/tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz
+++ /dev/null
Binary files differ
diff --git a/tests/integration/project/files/pypi-repo/hellolib/index.html b/tests/integration/project/files/pypi-repo/hellolib/index.html
deleted file mode 100644
index eb9935c7f..000000000
--- a/tests/integration/project/files/pypi-repo/hellolib/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
- <head>
- <title>Links for app1</title>
- </head>
- <body>
- <a href='HelloLib-0.1.tar.gz'>HelloLib-0.1.tar.gz</a><br />
- </body>
-</html>