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

[install] fix Issue 11579 - dlang.org repo can't be built without git #422

Merged
merged 5 commits into from Dec 29, 2013

Commits on Dec 28, 2013

  1. Configuration menu
    Copy the full SHA
    57b1d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9731564 View commit details
    Browse the repository at this point in the history
  3. use hyphen instead of dot for version suffix

    .${LATEST} => -${LATEST}
    
    - This matches the versioning scheme used by others
      (github, rpm spec, ...) and simplifies interop.
    MartinNowak committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    f57d9c4 View commit details
    Browse the repository at this point in the history
  4. only perform checkout in git repos

    - check for existence of .git subdir first
    MartinNowak committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    fbe585f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2013

  1. Configuration menu
    Copy the full SHA
    175e653 View commit details
    Browse the repository at this point in the history