-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update data URL #696
base: main
Are you sure you want to change the base?
Update data URL #696
Conversation
It might make sense for @dileventi to go through the URLs to confirm they work. |
OS:ubuntu-20.04 |
OS = Debian 10
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm :)
@nvasilakis merge when ready |
Except the ones that are noted #TODO which produce an ERROR 404, all of
the others work but some of them return either empty files or this text:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="https://atlas-group.cs.brown.edu/data/dummy/100M.txt">here</a>.</p>
<hr>
<address>Apache/2.4.10 (Debian) Server at atlas-group.cs.brown.edu Port
80</address>
</body></html>
changing there the address where the document has moved. When i try to
wget said address it produces a 404.
I'm assuming it's all according to plan and i'm missing something :)
Στις 09/11/2023 04:54, Nikos Vasilakis έγραψε:
… It might make sense for @dileventi [1] to go through the URLs to
confirm they work.
--
Reply to this email directly, view it on GitHub [2], or unsubscribe
[3].
You are receiving this because you were mentioned.Message ID:
***@***.***>
Links:
------
[1] https://github.com/dileventi
[2] #696 (comment)
[3]
https://github.com/notifications/unsubscribe-auth/AWO6SMWYNII2UUYAAGXZQMLYDRAWTAVCNFSM6AAAAAA7D3MN4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBTGA4DGNZQGM
|
A great points — I'll investigate.. |
atlas-group to atlas fix
OS:ubuntu-20.04 |
OS = Debian 10
|
This updates a bunch of URLs to point to the new data directory.