Front page | perl.perl5.porters |
Postings from October 2019
Perl 5 is now on github
Thread Next
From:
Todd Rinaldo
Date:
October 21, 2019 09:08
Subject:
Perl 5 is now on github
Message ID:
CAG8vyGHMAGEzC7QL-+6YUi+D42x6hijV_=5WfcxvrbkOn-cbqg@mail.gmail.com
All,
We have completed the migration to Github.
1. Issues can now be opened via https://github.com/Perl/perl5/issues/new/choose
2. The primary repository can now cloned at: https://github.com/Perl/perl5.git
3. If you previously had push access, you will need to accept your
invite to the perl organization by logging into github.com and going
to https://github.com/Perl. You can then set your remote to
git@github.com:Perl/perl5.git
4. We have started to update relevant documentation in source to point
to the correct locations. If you know of utilities/code that points to
perl5.git.perl.org, please let us know. The current maintainers of
that box are interested in turning it off. We may end up providing an
alternate backup clone at some later date.
5. You may notice a conflict with some 5.004 branches/tags. These had
to be rebased because of a corrupt commit from an older git client
which github would not tolerate. If you find any substantial diff
changes between your local branches and github, please let me know.
6. Travis CI has been enabled on the repo but we are still working out
how it will be used.
7. If you're aware of any needed changes as a result of the change,
I'm tracking them here. https://github.com/Perl/perl5/projects/1
8. Pull requests are now welcome!
Happy git-ing,
Todd Rinaldo
Thread Next
-
Perl 5 is now on github
by Todd Rinaldo