Skip to content

Commit e8e456d

Browse files
committed
src/config.rs: default to archive.org, not purl.org
As per #131 , there have been problems with purl.org historically. The archive.org domain should have more reliable SSL certificate updates.
1 parent 684e8fa commit e8e456d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
The following changes will appear in the next release:
44

5-
- None yet
5+
- The URL embedded in the code that points to the default bundle has been
6+
changed to point to the archive.org domain. Hopefully this will result in
7+
more reliable service — there have been problems with SSL certificate
8+
updates on purl.org in the past.
69

710

811
# 0.1.10 (2018 Sep 28)

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub fn activate_config_test_mode(forced: bool) {
4343

4444

4545
const DEFAULT_CONFIG: &'static str = r#"[[default_bundles]]
46-
url = "https://purl.org/net/pkgwpub/tectonic-default"
46+
url = "https://archive.org/services/purl/purl/net/pkgwpub/tectonic-default"
4747
"#;
4848

4949

0 commit comments

Comments
 (0)