iPXE discussion forum
Older versions of ipxe repository - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Older versions of ipxe repository (/showthread.php?tid=10036)



Older versions of ipxe repository - Abrams - 2017-06-05 12:49

Hi,

Where I can find older versions of an ipxe source code repository?

Thanks!


RE: Older versions of ipxe repository - NiKiZe - 2017-06-05 17:49

The official iPXE git repository can be found at http://git.ipxe.org/ipxe.git
You can checkout any commit/revision from the repo.

so basic steps is
Code:
git clone http://git.ipxe.org/ipxe.git
cd ipxe
git checkout a0f6e7553

where a0f6e7553 will be the Commit: https://git.ipxe.org/ipxe.git/commit/a0f6e75532c68f49b3e1c73ca88151d9663f5269


RE: Older versions of ipxe repository - Abrams - 2017-06-05 18:11

(2017-06-05 17:49)NiKiZe Wrote:  The official iPXE git repository can be found at http://git.ipxe.org/ipxe.git
You can checkout any commit/revision from the repo.

so basic steps is
Code:
git clone http://git.ipxe.org/ipxe.git
cd ipxe
git checkout a0f6e7553

where a0f6e7553 will be the Commit: https://git.ipxe.org/ipxe.git/commit/a0f6e75532c68f49b3e1c73ca88151d9663f5269

Hi Nikize,

Thank you very much for your full explanation and guidance.
That's exactly I was looking for.

Many thanks