-
Notifications
You must be signed in to change notification settings - Fork 19
Make a distribution
Sebastian Gutsche edited this page Oct 19, 2015
·
3 revisions
This page is about how to upload the latest version of the CAP project to GAP.
The initial setup creates the gh-pages folder and branch on your system
-
Clone a new version of the CAP project, or go to your existing one.
git clone https://github.com/homalg-project/CAP_project.git -
Make a folder for the homepage
cd CAP_project mkdir gh-pages -
Go into the gh_pages folder, and clone the gh_pages branch into it.
git checkout -b gh-pages origin/gh-pages --no-track -
Add the remote name homalg
git remote add homalg https://github.com/homalg-project/CAP_project.git -
Set the upstream for the gh-pages branch
git push --set-upstream homalg gh-pages
To make a distribution, go into the CAP_project folder and type the following
./make_dist_for_cap.sh
Simply add the name of the package and subfolder of CAP_project to the list in make_dist_for_cap.sh