Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a new version, remember to reset build number to zero.  Commit the changes.  This command allows you to modify build numbers.  It will prompt you for each package, and you can enter "y" (increment build number) "n" (don't increment, default) or "0" (set to 0):

Code Block
python /cds/sw/ds/ana/conda2/manage/bin/feedstock.py --incbuildnum


The next step requires an environment where "conda-smithy" is installed (we have put this in psrel's conda_build env).  Then rerender with "conda smithy rerender -c auto" (again using feedstock.py --cmd option).  This last command does its own git-commit for you with the changes.

...