Skip to content
  • Seblu's avatar
    Fix extraction of tarball with non existant uid/gid · ff3e25b4
    Seblu authored
    Overide real chown method from tarfile which make crazy check about
    uid/gid before chowning. This leads to bug when a uid/gid doesn't
    exitsts on the running system
    
    This overide as a sexy side effect which allow badly create tarball
    (whithout --numeric-owner) to be extracted correctly
    ff3e25b4