Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set author and committer at git init #1756

Merged
merged 1 commit into from
Oct 1, 2014
Merged

Conversation

AltGr
Copy link
Member

@AltGr AltGr commented Oct 1, 2014

Fixes #1747

  • we use init rather than clone to decouple init from update
  • we need HEAD defined to be able to diff, etc, for that an init commit is
    needed
  • anyway after that we'll reset to the master branch

this patch defines a bunch of env variables so that git doesn't complain.

Fixes ocaml#1747
- we use init rather than clone to decouple init from update
- we need HEAD defined to be able to diff, etc, for that an init commit is needed
- anyway after that we'll reset to the master branch

this defines a bunch of env variables so that git doesn't complain.
AltGr added a commit that referenced this pull request Oct 1, 2014
Set author and committer at git init
@AltGr AltGr merged commit 656a408 into ocaml:master Oct 1, 2014
aantron added a commit to aantron/bisect_ppx that referenced this pull request Jun 17, 2016
Before this commit, we were testing on 4.02 on Ubuntu and whatever
version Homebrew had on OS X, which happened to be 4.03 - despite the
build matrix claiming 4.02.

Now explicitly testing on both 4.02 and 4.03 on both systems. The build
script now checks which version of the compiler is actually installed.

Removed the workaround for ocaml/opam#1747.
That was fixed in ocaml/opam#1756.

Remaining changes have to do with brevity (set -e instead of explicit
checks, set -x instead of echo) and the new build matrix (no need to
check for Linux when checking $COVERAGE).
aantron added a commit to aantron/bisect_ppx that referenced this pull request Jun 17, 2016
Before this commit, we were testing on 4.02 on Ubuntu and whatever
version Homebrew had on OS X, which happened to be 4.03 - despite the
build matrix claiming 4.02.

Now explicitly testing on both 4.02 and 4.03 on both systems. The build
script now checks which version of the compiler is actually installed.

Removed the workaround for ocaml/opam#1747.
That was fixed in ocaml/opam#1756.

Remaining changes have to do with brevity (set -e instead of explicit
checks, set -x instead of echo) and the new build matrix (no need to
check for Linux when checking $COVERAGE).
aantron added a commit to aantron/bisect_ppx that referenced this pull request Jun 17, 2016
Before this commit, we were testing on 4.02 on Ubuntu and whatever
version Homebrew had on OS X, which happened to be 4.03 - despite the
build matrix claiming 4.02.

Now explicitly testing on both 4.02 and 4.03 on both systems. The build
script now checks which version of the compiler is actually installed.

Removed the workaround for ocaml/opam#1747.
That was fixed in ocaml/opam#1756.

Remaining changes have to do with brevity (set -e instead of explicit
checks, set -x instead of echo) and the new build matrix (no need to
check for Linux when checking $COVERAGE).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Opam should not assume that Git is globally configured (1.2)
1 participant