Matt Callaway

Results 7 issues of Matt Callaway

This is likely a simple oversight in setup, but I have Docker Toolbox set up on Mac OSX (El Capitan) and docker-compose up works fine. If I edit /etc/hosts to...

dpkg-buildpackage produces source tar files compressed with bz2. This simple change supports those bz2 files.

``` aptrepo@host~/dev/incoming$ find ../lib/ -name "renv*" ../lib/apt/mydistro/main/renv_2.15.3-1precise1~20140313_amd64.deb ../lib/apt/mydistro/main/renv_2.15.3-1precise1~20140305_amd64.deb aptrepo@host~/dev/incoming$ md5sum ../lib/apt/mydistro/main/renv_2.15.3-1precise1~20140313_amd64.deb 1252600918571944805d8981fee8ad0d ../lib/apt/mydistro/main/renv_2.15.3-1precise1~20140313_amd64.deb aptrepo@host~/dev/incoming$ md5sum renv_2.15.3-1precise1~20140313_amd64.deb 1252600918571944805d8981fee8ad0d renv_2.15.3-1precise1~20140313_amd64.deb aptrepo@host~/dev/incoming$ rm ../lib/apt/mydistro/main/renv_2.15.3-1precise1~20140313_amd64.deb rm: remove regular file `../lib/apt/mydistro/main/renv_2.15.3-1precise1~20140313_amd64.deb'? y aptrepo@host~/dev/incoming$ freight-add renv_2.15.3-1precise1~20140313_amd64.deb...

See http://docs.puppetlabs.com/puppet/3.6/reference/lang_facts_and_builtin_vars.html#trusted-facts When one sets trusted_node_data = true in puppet.conf, you also enable the "facts" hash: http://docs.puppetlabs.com/puppet/3.6/reference/lang_facts_and_builtin_vars.html#the-facts-hash This results in an error: ``` Error: Could not retrieve catalog from remote...

The README says that master tracks kilo, but the metadata.json file is still juno. Is anyone working on Kilo support? Or beyond? It's only a few weeks until Liberty is...

This is a broken link: mediawiki/spec/fixtures/modules/mediawiki/templates -> ../../../../templates This makes librarian-puppet fail: > librarian-puppet install > .rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/fileutils.rb:1379:in `utime': No such file or directory - modules/mediawiki/spec/fixtures/modules/mediawiki/templates (Errno::ENOENT)

This PR removes the use of PyInquirer which appears to be dead. It should fix [this bug](https://github.com/ledesmablt/spotify-cli/issues/23) and allow the use of more modern python versions.