2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-03-28 21:03:32 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Mark Gurevich
850a7e65a2 Fix .pod error that broke the build 2017-03-14 11:27:56 -04:00
Victor Hu
9c1d637829 Fix the issue with restoring the Release file because at the end of the
buildcore.sh script, the CWD is not the git repo.  Use full path

Add the Release.save* file into the .gitignore in order to not track
this temporary file during the build
2017-01-10 09:45:06 -05:00
Victor Hu
b48905e084 Remove the entries in gitignore file that was to address
the debian build files being saved in the git repo.

The build machine process is updated to not care about those anymore
2015-10-23 23:44:38 -04:00
Victor Hu
124c159d87 Ignore the files generated by building the documentation under docs/build 2015-08-20 16:02:13 -04:00
Victor Hu
bf27f3c41d Create a gitignore file to ignore the build generated files for Ubuntu.
The build will also checkout the changelog files at the completion of
the build so that we are able to switch releases for Ubuntu.

This is caused by the build running in xcat-core instead of creating a
build directory for each release, like Linux is doing.
2015-06-23 09:28:15 -04:00
Victor Hu
78a6d8e39e Revert "For Ubuntu builds, adding a .gitignore to ignore the files generated"
This reverts commit 829f107beb.
2015-06-15 17:32:34 -04:00
Victor Hu
829f107beb For Ubuntu builds, adding a .gitignore to ignore the files generated
from the builds.  Also remove the changelog because that file is going
to be ignored from the source tree.  Ubuntu builds are being done
in the xcat-core directory and causing issues when we are switching
between releases.    Should probably change the builds scripts as a longer
term solution
2015-06-15 17:14:05 -04:00