Re: [myhdl-list] github & git questions
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-02-27 17:18:00
|
On 2/27/2015 9:52 AM, Edward Vidal wrote: > Hello All, > I just cloned gi...@gi...:jandecaluwe/myhdl.git > 69c89fa70eb4ffc9da41e1ec449123fd6d6da6aa > > > Did the following: > git checkout master > python setup.py install --home=$HOME > set the PYTHONPATH > > Should the generated header continue to be MyHDL 0.9dev or MyHDL 0.9? > I assume you are referring to the header in the converted code? If so, yes it should still be 0.9dev until the release. If you clone and use "master" it should always end in 'dev' (unless something occurred that I am unaware of). > > Is the main development repo https://bitbucket.org/jandecaluwe/myhdl or github or both? Github, the bitbucket repo has been retired. <snip> > Also should we fork or not? > This is what I have been doing in the past You only need to fork if you plan on contributing changes, that is creating "pull requests". If you simply want to follow the most recent development the clone (as you have done) is sufficient. Regards, Chris |