Update ISSUES and add shipit configuration. 0.000000_01
Zachary Stevens [Wed, 25 Nov 2009 22:57:50 +0000 (22:57 +0000)]
.shipit [new file with mode: 0644]
ISSUES

diff --git a/.shipit b/.shipit
new file mode 100644 (file)
index 0000000..d62b9d4
--- /dev/null
+++ b/.shipit
@@ -0,0 +1,10 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
+
+git.tagpattern = %v
+git.push_to = origin
+
+# svn.tagpattern = MyProj-%v
+# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
+
+CheckChangeLog.files = Changes
diff --git a/ISSUES b/ISSUES
index 64a0187..057c37d 100644 (file)
--- a/ISSUES
+++ b/ISSUES
@@ -1,2 +1,3 @@
 * Sort out commitdiff so conflicted merges have an equivalent display to gitweb (d7f39bebabeb31ce9a7b4f1b6f3db9f391b78c3e as a reference)
 * Need to sanitise the input ...
+* The snapshot action does not properly support tgz - requests for this format will receive a tar.  tbz2 is not supported at all (yet).