From c8436df4a2265ef4b7a7262db5d8d47ed4c2b520 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 8 Sep 2015 11:48:25 +0200 Subject: [PATCH] builder: replace colons in simplestreams test files Colons won't be handled by make at all, so replace them with underscore to be able to distribute them. --- builder/test-simplestreams/streams/v1/index.json | 2 +- ...ed:download.json => net.cirros-cloud_released_download.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename builder/test-simplestreams/streams/v1/{net.cirros-cloud:released:download.json => net.cirros-cloud_released_download.json} (100%) diff --git a/builder/test-simplestreams/streams/v1/index.json b/builder/test-simplestreams/streams/v1/index.json index 3180af7ea..2d241cd39 100644 --- a/builder/test-simplestreams/streams/v1/index.json +++ b/builder/test-simplestreams/streams/v1/index.json @@ -12,7 +12,7 @@ "datatype": "image-downloads", "format": "products:1.0", "updated": "Fri, 08 May 2015 13:20:51 +0000", - "path": "streams/v1/net.cirros-cloud:released:download.json" + "path": "streams/v1/net.cirros-cloud_released_download.json" } } } diff --git a/builder/test-simplestreams/streams/v1/net.cirros-cloud:released:download.json b/builder/test-simplestreams/streams/v1/net.cirros-cloud_released_download.json similarity index 100% rename from builder/test-simplestreams/streams/v1/net.cirros-cloud:released:download.json rename to builder/test-simplestreams/streams/v1/net.cirros-cloud_released_download.json