1. 08 4月, 2013 1 次提交
    • B
      buildtar: Add ARCH to the archive name · 6bc6c940
      Borislav Petkov 提交于
      When dealing with multiple sub-arches (like 32- and 64-bit on x86, for
      example) generating a bunch of kernel tar archives with the same name
      but for different sub-arches could get confusing and error-prone. Also,
      the build process could overwrite otherwise unrelated builds and you
      probably don't want that. So, add the architecture to the archive name
      for more clarity and less shoot-yourself-in-the-foot practices.
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      6bc6c940
  2. 27 9月, 2012 2 次提交
  3. 31 3月, 2011 1 次提交
  4. 09 3月, 2011 1 次提交
  5. 12 12月, 2009 1 次提交
    • M
      scripts/package: tar-pkg: use tar --owner=root · 91d16185
      Michal Marek 提交于
      Use the --owner= and --group= options to make sure the entries in
      the built tar file are owned by root.  Without this change, a
      careless sysadmin using the tar-pkg target can easily end up
      installing a kernel that is writable by the unprivileged user
      account used to build the kernel.
      
      Test that these options are understood before using them so that
      non-GNU versions of tar can still be used if the operator is
      appropriately cautious.
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      91d16185
  6. 02 4月, 2009 1 次提交
  7. 29 1月, 2008 1 次提交
  8. 22 5月, 2007 1 次提交
  9. 02 1月, 2006 1 次提交
  10. 13 7月, 2005 1 次提交