revisions 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. {ich9utils}{
  20. rev: 53749b0c6f7c5778bdd1ec2b91cd230626752579
  21. loc: ich9utils
  22. url: https://notabug.org/libreboot/ich9utils.git
  23. }
  24. {me_cleaner}{
  25. rev: 43612a630c79f3bc6f2653bfe90dfe0b7b137e08
  26. loc: me_cleaner
  27. url: https://github.com/corna/me_cleaner.git
  28. }
  29. {memtest86plus}{
  30. rev: a78401b9704cfdd49c89bfb31d2df08f60521d0b
  31. loc: memtest86plus
  32. url: https://review.coreboot.org/memtest86plus.git
  33. }
  34. {seabios}{
  35. rev: ea1b7a0733906b8425d948ae94fba63c32b1d425
  36. loc: seabios
  37. url: https://review.coreboot.org/seabios
  38. bkup_url: https://github.com/coreboot/seabios
  39. }
  40. {flashrom}{
  41. rev: 11680db4e1251eb842bee11e53b6d1f0ae67767b
  42. loc: flashrom
  43. url: https://review.coreboot.org/flashrom.git
  44. }