Skip to content
dschatzberg edited this page Dec 6, 2011 · 4 revisions
  • Before making a push, run make distcheck. This will grab all the files to be distributed and package them up into a tarball, then extract it and build it and run any tests on it. This makes sure that any files you've added have been added to the source list. Note that you may have to pass configure flags: make distcheck DISTCHECK_CONFIGURE_FLAGS="<my configure flags>"

  • Git Workflow

Clone this wiki locally