Skip to content
  1. Jun 22, 2011
    • 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
  2. Jun 17, 2011
  3. Jun 15, 2011
  4. Jun 08, 2011
  5. 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
  6. Jun 06, 2011
  7. Jun 03, 2011
  8. Jun 01, 2011
  9. May 31, 2011
  10. May 30, 2011
    • Seblu's avatar
      Fix repository deletion · d38b8d58
      Seblu authored
      Now use databases function to delete files from repository
      d38b8d58
    • Seblu's avatar
      Add tarfile from python 2.7 · 184b64a2
      Seblu authored
      This allow method add in Tarfile to have filter parameter.
      This give us filter capa on file to include.
      Should be removed when python 2.7 will be the minimum version
      184b64a2
  11. May 26, 2011
  12. May 17, 2011
  13. May 16, 2011
  14. May 10, 2011