iPXE discussion forum

Full Version: Older versions of ipxe repository
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

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

Thanks!
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/a0f...d9663f5269
(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/a0f...d9663f5269

Hi Nikize,

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

Many thanks
Reference URL's