-
So ReproZip won't work there anymore either. Just remove from CI?
https://travis-ci.org/ViDA-NYU/reprozip/jobs/397131993
-
There are multiple ways to proceed:
* Use `--enable-x11`, which requires an X server on the host, and forwards. Works with Docker.
* Use reprounzip-vagrant's `--use-gui`. Faster, doesn't need X serv…
-
Several links within the ReproZip website point to the old PyPI website, e.g.,
> https://pypi.python.org/pypi/reprounzip-vagrant
Those links do automatically redirect to the new PyPI site, e.g.…
-
Seems to work. I enabled it on Conda: edd35d51c2683820b49a4242939957b1d9158fd8
Check this, update package metadata, update the reprounzip-qt docs.
See #280
-
satra updated
6 years ago
-
What is our official logo?
* App uses blue: https://github.com/ViDA-NYU/reprozip/blob/1.0.x/reprounzip-qt/reprounzip_qt/icon.png #256
* NYU purple versions exist
* New website theme uses inverted…
-
See #253
Check that this works, update the docs.
-
We want the container to have a TTY, for faithful reproduction, so we call `docker run -t -i`. However this requires that the client be used from a TTY (no clear reason).
We can allocate a TTY insi…
-
In my effort to package the reprozip tools for Debian / Ubuntu, I was wondering whether you could provide a simple test example (helloworld style) which could help validate the reprozip / reprounzip p…
-
Distributing binary Linux wheels is a thing now, and would allow people to pip-install reprozip without a C compiler and the Python and SQLite3 development libraries.
reprounzip and the rest don't …