initial report
This commit is contained in:
parent
d2cc747d66
commit
3f14395c91
1 changed files with 41 additions and 0 deletions
|
@ -0,0 +1,41 @@
|
|||
### Please describe the problem.
|
||||
*As of filing:*
|
||||
|
||||
* [downloads.kitenet.net/git-annex/OSX/current/10.11_El_Capitan/git-annex.dmg.info](https://downloads.kitenet.net/git-annex/OSX/current/10.11_El_Capitan/git-annex.dmg.info) contains: `distributionVersion = "7.20190508"` whereas: `distributionReleasedate = 2019-06-15 16:47:53.122405093 UTC`
|
||||
* when installed `git annex version` reports
|
||||
`git-annex version: 7.20190508-g9c4744c3c`
|
||||
|
||||
*Expected behavior:*
|
||||
|
||||
* `distributionVersion` and included `git-annex`'s version matches an announced released version:
|
||||
* [version_7.20190615/](http://git-annex.branchable.com/news/version_7.20190615/)
|
||||
* [version_7.20190507/](http://git-annex.branchable.com/news/version_7.20190507/)
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
1. On macOS (or Mac OS X), download and deploy the current [git-annex.dmg](https://downloads.kitenet.net/git-annex/OSX/current/10.11_El_Capitan/git-annex.dmg)
|
||||
2. Open a terminal session and enter `git-annex version`
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
|
||||
7.20190508-g9c4744c3c
|
||||
|
||||
/usr/bin/sw_vers
|
||||
ProductName: Mac OS X
|
||||
ProductVersion: 10.12.6
|
||||
BuildVersion: 16G2016
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
[[!format sh """
|
||||
# If you can, paste a complete transcript of the problem occurring here.
|
||||
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
||||
|
||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
|
||||
Absolutely! I've been using git-annex for a few years now to version control and distribute a [Munki](https://www.munki.org) repository of Mac software distribution packages and their meta-data. git-annex integrates well with [Ansible](https://docs.ansible.com/#project), and has been rock solid. Thank you!
|
Loading…
Reference in a new issue