Explorar o código

vagrant: also invoke setup.py clean2

clean2 was added to work around some setuptools customizability limitation.
Thomas Waldmann %!s(int64=3) %!d(string=hai) anos
pai
achega
45fd143786
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -261,6 +261,7 @@ def install_borg(fuse)
     cd borg
     pip install -r requirements.d/development.lock.txt
     python setup.py clean
+    python setup.py clean2
   EOF
   if fuse
     script += <<-EOF