From 88b023f6915bd9da541508a4a8ebe78d1b1ac5a2 Mon Sep 17 00:00:00 2001 From: "https://www.rfc1149.net/" Date: Fri, 3 Jan 2014 10:02:10 +0000 Subject: [PATCH] --- .../info_file_contains_wrong_version.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/info_file_contains_wrong_version.mdwn diff --git a/doc/bugs/info_file_contains_wrong_version.mdwn b/doc/bugs/info_file_contains_wrong_version.mdwn new file mode 100644 index 0000000000..ab59f431ac --- /dev/null +++ b/doc/bugs/info_file_contains_wrong_version.mdwn @@ -0,0 +1,19 @@ +### Please describe the problem. + +The script producing the .info file along with the binary tarball seems to generate the wrong version. + + +### What steps will reproduce the problem? + + % curl https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz.info + GitAnnexDistribution {distributionUrl = "https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz", + distributionKey = Key {keyName = "2a01f853b08dc0f47392b50cda41d5f589f46413073fdf4ffd5b817d6638a502.tar.gz", keyBackendName = "SHA256E", + keySize = Just 27578790, keyMtime = Nothing}, distributionVersion = "5.20131222", + distributionReleasedate = 2013-12-30 18:56:44.908259 UTC, distributionUrgentUpgrade = Nothing} + + +`distributionVersion` is 5.20131222, but `git annex version` returns 5.20131230-g4aa88d8. + +This may look anecdotical, but at least the `git-annex-bin` package of Arch Linux uses the .info data to retrieve the version information. + +