-
if I have locale "C" install fails. Setting locale to en_US.utf8 works.
```
[root@localhost ~]# pip install reprozip
Collecting reprozip
Downloading reprozip-0.6.1.tar.gz
Traceback (most recent…
-
> /tmp/venv27/local/lib/python2.7/site-packages/requests-2.5.1-py2.7.egg/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a …
-
Pressing Ctrl+C while reprozip is done with _pytracer and is running Python code will still trigger the C handler instead.
-
https://travis-ci.org/ViDA-NYU/reprozip/jobs/40143692#L1238-L1251
-
Right now, SIGINT (ctrl+C) makes reprozip terminate (and SIGKILL every process that is still running).
Maybe it should just send a SIGINT to the first started process the first time ctrl+C is pressed…
-
In the experiment I'm testing with, the first command is a perl script which starts with
```
#! /usr/bin/env perl
```
This is intended to launch the script using the perl interpreter. Since script.s…
-
A VisTrails workflow to execute the experiment once unpacked. Would use CLTools to run the program.
- [ ] Problem: VisTrails doesn't allow packing CLTools definitions in vt bundles (like it does abstr…
-
I'm experimenting with reprozip as a way to package up software stacks for version quarantine, so I ran it against a test set of data and now I'm trying to pack up the experiment, here's my config fi…
-
Fernando says that it is not obvious where the experiment happens in the filesystem hierarchy extracted by reprozip.
The script could have additional steps to move the output files out of that hierar…
-
Even if the user does not specify a .rpz file when packing (e.g.: reprozip pack some_file.ext), the tool could automatically append .rpz to create the package (e.g.: some_file.ext.rpz).