Skip to content
Snippets Groups Projects
  1. Jun 09, 2016
  2. Apr 29, 2015
  3. Dec 17, 2014
  4. Dec 15, 2014
  5. Oct 06, 2014
  6. Sep 26, 2014
  7. Aug 07, 2014
  8. Jun 10, 2014
    • Nikos Skalkotos's avatar
      Switch license to GPLv3 · 822ccd58
      Nikos Skalkotos authored
      According to the decision of the GRNET Board of Directors,
      switch license to GPLv3.
      
      This commit will be propagated to the release
      and master branches based on git flow, and the next
      release will be licensed as GPLv3.
      822ccd58
  9. May 16, 2014
  10. Mar 19, 2014
  11. Jul 30, 2013
  12. Jun 11, 2013
    • Nikos Skalkotos's avatar
      Code Cleanup · 121f3bc0
      Nikos Skalkotos authored
       * Prefix all private methods with _
       * Write missing docstrings
       * Move all public methods above the private ones
       * Add module docstrings where missing
       * Define source code encodings on all modules
      121f3bc0
  13. May 20, 2013
  14. May 01, 2013
  15. Mar 28, 2013
  16. Mar 22, 2013
  17. Mar 21, 2013
  18. Mar 19, 2013
  19. Mar 17, 2013
  20. Mar 13, 2013
  21. Jan 29, 2013
  22. Jan 27, 2013
  23. Jan 26, 2013
    • Nikos Skalkotos's avatar
      Ommit using os.path.relpath · 29274f83
      Nikos Skalkotos authored
      The method has different behaviour in python 2.6 and python 2.7.
      In python 2.6, os.path.relpath('/proc', '/) will output '../proc'
      where in python 2.7 it will output 'proc'.
      29274f83
    • Nikos Skalkotos's avatar
      Support pyparted 3.4 · e62eb365
      Nikos Skalkotos authored
      Use length instead of getLength() to get the size in sectors of a
      device.
      e62eb365
  24. Jan 18, 2013
    • Nikos Skalkotos's avatar
      Completely exclude mpoints when running rsync · 252b2b5d
      Nikos Skalkotos authored
      We used to exclude mount point from rsync with options like this:
      
       --exclude mount/point/*
      
      This will copy the directory and leave out all files under it. In
      some cases, this causes problems because rsync will fail if it
      cannot stat the directory and some mount point will only return
      stat info to their owner and not root. Even if this wasn't the
      case, we cannot determine the real directory attributes. The stat
      syscall will return the attributes associated with the mount
      options. It's better to completely exclude those mpoints in rsync
      and create them explicitly after the command runs. We make them
      inherit the mode and the ownership of their parent directory.
      252b2b5d
  25. Jan 11, 2013
  26. Jan 10, 2013
  27. Jan 04, 2013
  28. Jan 03, 2013
  29. Dec 31, 2012
    • Nikos Skalkotos's avatar
      Fix pep8 errors · 6228d45e
      Nikos Skalkotos authored
      6228d45e
    • Nikos Skalkotos's avatar
      Fix bugs in rsync module · d15368cc
      Nikos Skalkotos authored
       * Fix a bug where the parent process did not wait on the child
         processes.
       * Make sure that when updating the copy progress bar, at least
         0.1 seconds have passed. This guarantees that we do not experience
         any flickering in the progress bar.
      d15368cc
  30. Dec 30, 2012
  31. Dec 29, 2012
Loading