revisions 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # This file contains information needed for getting the correct versions
  2. # for various git projects used by osbmk.
  3. # Project name is enclosed by curly braces '{}' information about the
  4. # project relevant to osbmk is stored between the subsequent curly
  5. # braces. This file is used by the gitcheck script as well as the
  6. # gitclone script. Each entry must include: revision 'rev', location
  7. # 'loc', and the git url 'url'. Bkup_url is optional.
  8. {grub}{
  9. rev: f7564844f82b57078d601befadc438b5bc1fa01b
  10. loc: grub
  11. url: git://git.savannah.gnu.org/grub.git
  12. bkup_url: http://git.savannah.gnu.org/r/grub.git
  13. }
  14. {gnulib}{
  15. rev: 9f48fb992a3d7e96610c4ce8be969cff2d61a01b
  16. loc: grub/gnulib
  17. url: git://git.sv.gnu.org/gnulib
  18. }
  19. {me_cleaner}{
  20. rev: 43612a630c79f3bc6f2653bfe90dfe0b7b137e08
  21. loc: me_cleaner
  22. url: https://github.com/corna/me_cleaner.git
  23. }
  24. {memtest86plus}{
  25. rev: a78401b9704cfdd49c89bfb31d2df08f60521d0b
  26. loc: memtest86plus
  27. url: https://review.coreboot.org/memtest86plus.git
  28. }
  29. {seabios}{
  30. rev: ea1b7a0733906b8425d948ae94fba63c32b1d425
  31. loc: seabios
  32. url: https://review.coreboot.org/seabios
  33. bkup_url: https://github.com/coreboot/seabios
  34. }
  35. {flashrom}{
  36. rev: 11680db4e1251eb842bee11e53b6d1f0ae67767b
  37. loc: flashrom
  38. url: https://review.coreboot.org/flashrom.git
  39. }