Skip to content
  1. Oct 14, 2011
  2. Oct 13, 2011
  3. Jun 24, 2011
    • Seblu's avatar
      Improve arrow and printer · 8273db6b
      Seblu authored
      Arrow is now relative this allow to pass context of arrow
      no more verbose mode. Soft is verbose except in quiet mode
      8273db6b
    • Seblu's avatar
      Improve script execution · a0d18a5d
      Seblu authored
      Script is now compiled before execution to have a better debugging features.
      local directory is no more given for each scripts
      global directory is new to each script execution
      only namespace object must be used to share data across scripts
      a0d18a5d
  4. 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
  5. Jun 17, 2011
  6. 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
  7. Jun 01, 2011
  8. May 26, 2011
  9. May 17, 2011
  10. May 16, 2011