Skip to content

Commit

Permalink
Merge pull request #380 from VIDA-NYU/mailing-list
Browse files Browse the repository at this point in the history
Update mailing-list, remove CODE_OF_CONDUCT.md
  • Loading branch information
remram44 committed Oct 3, 2021
2 parents 094017b + 1d098e4 commit 6bc4450
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 80 deletions.
46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Any contributions received are assumed to be covered by the BSD 3-Clause license

# Contributing

Please follow the [Contributor Covenant](CODE_OF_CONDUCT.md) in all your interactions with the project. If you would like to contribute to this project by modifying/adding to the code, please read the [Best Practices for Contributing] below and feel free to follow the standard GitHub workflow:
Please follow the [GitHub Community Guidelines](https://docs.github.com/en/github/site-policy/github-community-guidelines) in all your interactions with the project. If you would like to contribute to this project by modifying/adding to the code, please read the [Best Practices for Contributing](#best-practices-for-contributing) below and feel free to follow the standard GitHub workflow:

1. Fork the project.
2. Clone your fork to your computer.
Expand Down Expand Up @@ -89,6 +89,4 @@ This CONTRIBUTING.md was adapted from [ProjectPorcupine's](https://github.com/Te

# Contact info

You are welcome to [subscribe to](https://vgc.poly.edu/mailman/listinfo/reprozip-users) or contact our user mailing list [users@reprozip.org](mailto:users@reprozip.org) for questions, suggestions and discussions about using ReproZip.

You can contact the maintainers on the [dev@reprozip.org](mailto:dev@reprozip.org) mailing list.
You are welcome to [subscribe to](https://groups.google.com/a/nyu.edu/g/reprozip) or contact our user mailing list [reprozip@.nyu.edu](mailto:reprozip@.nyu.edu) for questions, suggestions and discussions about using ReproZip.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ Please use the following when citing ReproZip ([BibTeX](CITATION.txt)):
Contribute
----------

Please subscribe to and contact the [users@reprozip.org](https://vgc.poly.edu/mailman/listinfo/reprozip-users) mailing list for questions, suggestions and discussions about using reprozip.

Use the [dev@reprozip.org](https://vgc.poly.edu/mailman/listinfo/reprozip-dev) mailing list for any questions about reprozip source code.
Please subscribe to and contact the [reprozip@nyu.edu](https://groups.google.com/a/nyu.edu/g/reprozip) mailing list for questions, suggestions and discussions about using reprozip.

Bugs and feature plannings are tracked in the [GitHub issues](https://github.com/VIDA-NYU/reprozip/issues). Feel free to add an issue!

Expand Down
4 changes: 2 additions & 2 deletions docs/developerguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Development happens on `GitHub <https://github.com/ViDA-NYU/reprozip>`__; bug re

Continuous testing is provided by `GitHub Actions <https://github.com/VIDA-NYU/reprozip/actions>`__. Note that ReproZip still tries to support Python 2 as well as Python 3. Test coverage is not very high because there are a lot of operations that are difficult to cover on CI (for instance, Vagrant VMs cannot be used over there).

If you have any questions or need help with the development of an unpacker or plugin, please use our development mailing-list at `dev@reprozip.org <https://vgc.poly.edu/mailman/listinfo/reprozip-users>`__.
If you have any questions or need help with the development of an unpacker or plugin, please use our development mailing-list at `reprozip@.nyu.edu <https://groups.google.com/a/nyu.edu/g/reprozip>`__.

Introduction to ReproZip
------------------------
Expand Down Expand Up @@ -102,4 +102,4 @@ Since version 0.4.1, `reprounzip` has signals that can be used to hook in plugin
Final Observations
------------------

After reading this page, reading the source code of one of the "official" unpackers is probably the best way of understanding how to write your own. They should be short enough to be easy to grasp. Should you have additional questions, do not hesitate to use our development mailing-list: `dev@reprozip.org`.
After reading this page, reading the source code of one of the "official" unpackers is probably the best way of understanding how to write your own. They should be short enough to be easy to grasp. Should you have additional questions, do not hesitate to use our mailing-list: `reprozip@.nyu.edu`.
6 changes: 1 addition & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ Links

* `Project website <https://www.reprozip.org/>`__
* `GitHub repository <https://github.com/ViDA-NYU/reprozip>`__
* Mailing lists:

* `users@reprozip.org <https://vgc.poly.edu/mailman/listinfo/reprozip-users>`__ (users)

* `dev@reprozip.org <https://vgc.poly.edu/mailman/listinfo/reprozip-dev>`__ (developers)
* Mailing list: `reprozip@.nyu.edu <https://groups.google.com/a/nyu.edu/g/reprozip>`__
3 changes: 1 addition & 2 deletions docs/man/reprounzip-docker.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.\" Manpage for reprounzip
.\" Contact dev@reprozip.org to correct errors or typos.
.TH man 1 "4 November 2017" "1.0.10" "reprounzip\-docker man page"
.SH NAME
reprounzip\-docker \- Docker unpacker for reprounzip
Expand Down Expand Up @@ -65,7 +64,7 @@ https://github.com/ViDA\-NYU/reprozip
The Docker website
https://www.docker.com/
.SH BUGS
Please report bugs on our mailing-list at users@reprozip.org or on GitHub at https://github.com/ViDA\-NYU/reprozip/issues.
Please report bugs on our mailing-list at reprozip@.nyu.edu or on GitHub at https://github.com/VIDA\-NYU/reprozip/issues.
.SH AUTHOR
.RB "ReproZip is being developed at" " New York University" .

Expand Down
3 changes: 1 addition & 2 deletions docs/man/reprounzip-vagrant.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.\" Manpage for reprounzip
.\" Contact dev@reprozip.org to correct errors or typos.
.TH man 1 "4 November 2017" "1.0.10" "reprounzip\-vagrant man page"
.SH NAME
reprounzip\-vagrant \- Vagrant unpacker for reprounzip
Expand Down Expand Up @@ -56,7 +55,7 @@ https://github.com/ViDA\-NYU/reprozip
The Vagrant website
https://www.vagrantup.com/
.SH BUGS
Please report bugs on our mailing-list at users@reprozip.org or on GitHub at https://github.com/ViDA\-NYU/reprozip/issues.
Please report bugs on our mailing-list at reprozip@.nyu.edu or on GitHub at https://github.com/VIDA\-NYU/reprozip/issues.
.SH AUTHOR
.RB "ReproZip is being developed at" " New York University" .

Expand Down
3 changes: 1 addition & 2 deletions docs/man/reprounzip.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.\" Manpage for reprounzip
.\" Contact dev@reprozip.org to correct errors or typos.
.TH man 1 "4 November 2017" "1.0.11" "reprounzip man page"
.SH NAME
reprounzip \- the reproducibility unpacker
Expand Down Expand Up @@ -127,7 +126,7 @@ https://www.reprozip.org/
ReproZip's GitHub repository
https://github.com/ViDA\-NYU/reprozip
.SH BUGS
Please report bugs on our mailing-list at users@reprozip.org or on GitHub at https://github.com/ViDA\-NYU/reprozip/issues.
Please report bugs on our mailing-list at reprozip@.nyu.edu or on GitHub at https://github.com/VIDA\-NYU/reprozip/issues.
.SH AUTHOR
.RB "ReproZip is being developed at" " New York University" .

Expand Down
3 changes: 1 addition & 2 deletions docs/man/reprozip.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.\" Manpage for reprozip
.\" Contact dev@reprozip.org to correct errors or typos.
.TH man 1 "4 November 2017" "1.0.11" "reprozip man page"
.SH NAME
reprozip \- the reproducibility packer
Expand Down Expand Up @@ -91,7 +90,7 @@ https://www.reprozip.org/
ReproZip's GitHub repository
https://github.com/ViDA\-NYU/reprozip
.SH BUGS
Please report bugs on our mailing-list at users@reprozip.org or on GitHub at https://github.com/ViDA\-NYU/reprozip/issues.
Please report bugs on our mailing-list at reprozip@.nyu.edu or on GitHub at https://github.com/VIDA\-NYU/reprozip/issues.
.SH AUTHOR
.RB "ReproZip is being developed at" " New York University" .

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Troubleshooting

The best way to start solving an issue in ReproZip is probably to look at the log messages. Some messages are not displayed by default when running ReproZip, but you can use the ``--verbose`` (or ``-v``) flag to display them. In addition, all the log messages are stored under ``$HOME/.reprozip/log``.

Please feel free to contact us at users@reprozip.org if you encounter issues while using ReproZip.
Please feel free to contact us at reprozip@.nyu.edu if you encounter issues while using ReproZip.

------------

Expand Down
2 changes: 1 addition & 1 deletion reprounzip-docker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'rpaths>=0.8'],
description="Allows the ReproZip unpacker to create Docker containers",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
author_email='reprozip@.nyu.edu',
maintainer="Remi Rampin",
maintainer_email='remi@rampin.org',
url='https://www.reprozip.org/',
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-qt/reprounzip_qt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main():

parser = argparse.ArgumentParser(
description="Graphical user interface for reprounzip",
epilog="Please report issues to users@reprozip.org")
epilog="Please report issues to reprozip@.nyu.edu")
parser.add_argument('--version', action='version',
version="reprounzip-qt version %s" % __version__)
parser.add_argument('-v', '--verbose', action='count', default=1,
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-qt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_requires=['PyYAML', 'qtpy', 'reprounzip>=1.0'],
description="Graphical user interface for reprounzip, using Qt",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
author_email='reprozip@.nyu.edu',
maintainer="Remi Rampin",
maintainer_email='remi@rampin.org',
url='https://www.reprozip.org/',
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-vagrant/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'paramiko'],
description="Allows the ReproZip unpacker to create virtual machines",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
author_email='reprozip@.nyu.edu',
maintainer="Remi Rampin",
maintainer_email='remi@rampin.org',
url='https://www.reprozip.org/',
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-vistrails/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description="Integrates the ReproZip unpacker with the VisTrails "
"workflow management system",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
author_email='reprozip@nyu.edu',
maintainer="Remi Rampin",
maintainer_email='remi@rampin.org',
url='https://www.reprozip.org/',
Expand Down
2 changes: 1 addition & 1 deletion reprounzip/reprounzip/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def add_options(opts):
description="reprounzip is the ReproZip component responsible for "
"unpacking and reproducing an experiment previously "
"packed with reprozip",
epilog="Please report issues to users@reprozip.org")
epilog="Please report issues to reprozip@.nyu.edu")
add_options(parser)
parser.add_argument('-v', '--verbose', action='count', default=1,
dest='verbosity',
Expand Down
2 changes: 1 addition & 1 deletion reprounzip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'reprounzip-vistrails>=1.0']},
description="Linux tool enabling reproducible experiments (unpacker)",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
author_email='reprozip@.nyu.edu',
maintainer="Remi Rampin",
maintainer_email='remi@rampin.org',
url='https://www.reprozip.org/',
Expand Down
2 changes: 1 addition & 1 deletion reprozip-jupyter/reprozip_jupyter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def add_options(opts):

parser = argparse.ArgumentParser(
description="Jupyter Notebook tracing/reproduction for ReproZip",
epilog="Please report issues to users@reprozip.org")
epilog="Please report issues to reprozip@.nyu.edu")
add_options(parser)
subparser = parser.add_subparsers(title="subcommands", metavar='',
dest='cmd')
Expand Down
2 changes: 1 addition & 1 deletion reprozip-jupyter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'reprounzip>=1.0'],
description="Jupyter Notebook tracing/reproduction using ReproZip",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
author_email='reprozip@.nyu.edu',
maintainer="Remi Rampin",
maintainer_email='remi@rampin.org',
url='https://www.reprozip.org/',
Expand Down
2 changes: 1 addition & 1 deletion reprozip/reprozip/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def add_options(opt):
parser = argparse.ArgumentParser(
description="reprozip is the ReproZip component responsible for "
"tracing and packing the execution of an experiment",
epilog="Please report issues to users@reprozip.org")
epilog="Please report issues to reprozip@.nyu.edu")
add_options(parser)
parser.add_argument('-v', '--verbose', action='count', default=1,
dest='verbosity',
Expand Down
2 changes: 1 addition & 1 deletion reprozip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
install_requires=req,
description="Linux tool enabling reproducible experiments (packer)",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
author_email='dev@reprozip.org',
author_email='reprozip@.nyu.edu',
maintainer="Remi Rampin",
maintainer_email='remi@rampin.org',
url='https://www.reprozip.org/',
Expand Down

0 comments on commit 6bc4450

Please sign in to comment.