Skip to content

Commit

Permalink
Swap symlink/real file for gitdist.py/gitdist for Windows (TriBITS #98)
Browse files Browse the repository at this point in the history
The clone_extra_repos.py script imports the gitdist.py module to get some of
its functionality.  On windows this fails because gitdist.py was just a
symlink to gitdist.  So, to support Windows, I just made the real file
gitdist.py and the symlink is now gitdist.  This should not impact Linux usage
at all.  And if you copy/install gitdist into another location, it will follow
the symlink and copy the file in its entirety.

With this change, on Windows, if you want to use gitdist, you will need to use
gitdist.py.

Fixes #98
  • Loading branch information
Roscoe A. Bartlett committed Nov 23, 2015
1 parent 203bae4 commit 3605bfe
Show file tree
Hide file tree
Showing 2 changed files with 1,008 additions and 1,008 deletions.
Loading

0 comments on commit 3605bfe

Please sign in to comment.