From af92579129943acac73542f4e05e1c7faeda0994 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 19 Nov 2012 18:04:49 +0100 Subject: o Adding logic to stop fetching pages when Gitorious returns non-XML response. o Adding support for self-signed certificates with https. o Moving client code to GitoriousClient. o Adding Nexus client and an importer that fetches all artifacts. o A nexus client that actually fetches the entire set of artifacts. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 612c5bc..5eb57e8 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ target .idea *.iml + +config.properties -- cgit v1.2.3