Skip to content
  1. Jul 01, 2011
  2. Jun 30, 2011
  3. Jun 29, 2011
  4. Jun 28, 2011
  5. Jun 27, 2011
  6. Jun 24, 2011
  7. Jun 22, 2011
    • Seblu's avatar
      arrow can be called without level and verbose · 4bc008fb
      Seblu authored
      4bc008fb
    • Seblu's avatar
      Keep global dict between parser and setup · 30f451c5
      Seblu authored
      30f451c5
    • Seblu's avatar
      Introduce Payload · bf679786
      Seblu authored
      Concept of data was changed to payload.
      Payload is not necessary a tarball of a file or a directory, but, directly a file without tarball around.
      This is useful have the same md5 on data/payload and win some space during repo adding.
      Now data which come with image are represented by class Payload and all operation are located inside. This is cleaner!
      Payload also handle orginial information (mtime,uid,gid,md5,size,mode)
      bf679786
  8. Jun 17, 2011
  9. Jun 15, 2011
  10. Jun 08, 2011
  11. Jun 07, 2011
    • Seblu's avatar
      Introduce RepositoryManager and extractdata · 5fd0ead5
      Seblu authored
      This commit change a lot of things in installsystems way of life.
      Repository cache is now disabled on access to remote repository done directly.
      New database and tarball format
      5fd0ead5
  12. Jun 06, 2011
    • Seblu's avatar
      script in tarball have now rights 755 · fede8fb5
      Seblu authored
      fede8fb5
    • Seblu's avatar
      Compression is now gzip · ba2b6b85
      Seblu authored
      We stop using bzip2, because implemetnation of python 2.7 bz2 is uncompatible
      with pbzip2. So tarball created with pbzip2 cannot be uncompressed with python.
      So we need to find a speedy and portable compression algorithm. Gzip is the
      best candidate
      ba2b6b85