-
I'm trying to build juCi++ on FreeBSD 10.3-Release which is my main development box. Unfortunately I'm getting a few build errors:
First it was not able to find libclang.so. That's because FreeBSD us…
-
I'm trying to get the latest commit for each item in a list of `Tree` or `Blob` objects (sth. like a repo browser). Currently i'm doing something like
```
repo = git.Repo("test.git")
tree = repo.tree…
ercpe updated
8 years ago
-
Trying to build a new blank `yesod-postgres` project on a fresh Ubuntu install, but it fails.
## Steps to reproduce
```
sudo apt-get update
sudo apt-get install -y build-essential curl
curl h…
jezen updated
7 years ago
-
Reported by Prof. Brian Ripley after CRAN submission of git2r 0.12.1
Example from `clang-UBSAN`
```
R Under development (unstable) (2015-12-04 r69737) -- "Unsuffered Consequences"
Copyright (C) 201…
-
### Description of Issue/Question
I cannot make salt interpret python sls
=> [PROFILE ] Time (in seconds) to render '/var/cache/salt/minion/files/base/pythontest.sls' using 'jinja'
### Steps to Rep…
-
I am trying to write a series of states which installs docker via the salt docker formula and then start a number of containers on a fresh installed ubuntu image. However the SLS fails to render with …
-
So I recently updated to 0.25.0 and I've been experiencing a problem:
Whenever I issue the following command in git bash:
``` bash
$ git checkout feature/some_feature_branch
```
Visual Studio 2015 …
-
dockerng.running state started to fail after upgrading to salt 2016.3.0rc1
state file:
```
jenkins:
dockerng.running:
- image: jenkins
- user: 1000
- binds:
- jenkins:/var/jenkin…
-
This nasty bug took me some time to track down but at least one effect of it is that `git_checkout_tree()` is not working correctly on OS X in some cases: some files are not updated while they should.…
-
### Description of Issue/Question
Given a configuration, such as:
``` yaml
consul:
dockerng.running:
- restart_policy: always
- require:
- service: firewalld
- service: docker
…