diff options
author | Abigail <abigail@abigail.be> | 2016-03-17 12:30:32 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2016-03-17 12:30:32 +0100 |
commit | 405350d5a880c875cd450beac2a60417ebc58f01 (patch) | |
tree | cde35e94897e73b2d8bd4cc1fa9af5797614537b /Porting/release_managers_guide.pod | |
parent | 8b2caac32f8fb2f38246d62d9112046e0f0995de (diff) | |
download | perl-405350d5a880c875cd450beac2a60417ebc58f01.tar.gz |
The public_html directory on dromedary is working again.
So, I removed the references that it wasn't working in December 2015.
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index e46d84b631..1a17310950 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -167,7 +167,8 @@ Make sure you have a way of sharing files, such as a web server or file-sharing service. Porters have access to the "dromedary" server (users.perl5.git.perl.org), -but as of Dec. 2015 the F<public_html> directories are not working. +which has a F<public_html> directory to share files with. +(L<http://users.perl5.git.perl.org/~username/perl-5.xx.y.tar.gz>) If you use Dropbox, you can append "raw=1" as a parameter to their usual sharing link to allow direct download (albeit with redirects). @@ -1080,9 +1081,6 @@ eliminate anxious gnashing of teeth while you wait to see if your 15 megabyte HTTP upload successfully completes across your slow, twitchy cable modem. -B<Note:> as of Dec 2015, dromedary F<public_html> is not working so -ignore the following paragraph until it is fixed. - You can make use of your home directory on dromedary for this purpose: F<http://users.perl5.git.perl.org/~USERNAME> maps to F</home/USERNAME/public_html>, where F<USERNAME> is your login account |