Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
    • Jo-Philipp Wich's avatar
      scripts: getver.sh: append Git short hash to revision · a642a11f
      Jo-Philipp Wich authored
      
      Change getver.sh to append a short Git commit hash to the end of the artifical
      revision number. This way we still have order- and comparable commit numbers
      but also a direct relation to the Git commit.
      
      The new output format will look like "r2400+2-882472e" for dirty trees or like
      "r2402-882472e" for clean ones.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      a642a11f
  2. Nov 21, 2016
  3. Jul 16, 2016
  4. Jul 14, 2016
  5. Jul 13, 2016
  6. Jul 09, 2016
  7. Apr 29, 2016
  8. Mar 24, 2016
  9. Apr 13, 2016
  10. Feb 14, 2015
    • John Crispin's avatar
      scripts: fix getver git dir check · 59acb0b8
      John Crispin authored
      
      Git internals are referenced by .git which isn't necessarily a
      directory. It may also be a file that references the actual .git
      directory using the gitdir directive.
      
      If .git is assumed to be a directory the build will not be able to get
      the correct version when openwrt is included as a git submodule because
      when used as a submodule .git will actually be a file referencing to a
      subdirectory in the parent's git dir.
      
      When the correct version is not detected some image generation tools
      will fail because the OpenWrt string will be 'OpenWrtunknown' which is
      too long for some header formats.
      
      Signed-off-by: default avatarFelix Kaechele <heffer@fedoraproject.org>
      
      SVN-Revision: 44452
      59acb0b8
  11. Oct 26, 2011
  12. Oct 05, 2009
  13. Sep 28, 2009
  14. Aug 28, 2009
  15. Aug 24, 2008
  16. Dec 30, 2007
  17. Dec 13, 2007
Loading