فهرست منبع

vagrant: also invoke setup.py clean2

clean2 was added in master branch to work around some setuptools customizability limitation.
Thomas Waldmann 3 سال پیش
والد
کامیت
2f8b130834
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -185,6 +185,7 @@ def install_borg(fuse)
     cd borg
     pip install -r requirements.d/development.txt
     python setup.py clean
+    python setup.py clean2
     pip install -e .[#{fuse}]
   EOF
 end