From 98d790b5c16a49f29e9bf581568b3a2577d6f92a Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Wed, 28 Sep 2011 10:35:29 -0700 Subject: [PATCH] Explain how to get patch file from github --- doc/html/faq.shtml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/html/faq.shtml b/doc/html/faq.shtml index 24ebd1dc4c0..ca707b1bfa8 100644 --- a/doc/html/faq.shtml +++ b/doc/html/faq.shtml @@ -134,6 +134,8 @@ SLURM? Why does the DAKOTA program not run with SLURM?</a></li> core file?</a></li> <li><a href="#totalview">How can TotalView be configured to operate with SLURM?</a></li> +<li><a href="#git_patch">How can a patch file be generated from a SLURM commit +in github?</a></li> </ol> @@ -1467,8 +1469,17 @@ dset TV::parallel_configs { force_env: false; } </pre></p> + +<p><a name="git_patch"><b>43. How can a patch file be generated from a SLURM +commit in github?</b></a></br> +<p>Find and open the commit in github then append ".patch" to the URL and save +the resutling file. For an example, see: +<a href="https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3.patch"> +https://github.com/SchedMD/slurm/commit/91e543d433bed11e0df13ce0499be641774c99a3.patch</a> +</p> + <p class="footer"><a href="#top">top</a></p> -<p style="text-align:center;">Last modified 8 August 2011</p> +<p style="text-align:center;">Last modified 28 September 2011</p> <!--#include virtual="footer.txt"--> -- GitLab