Skip to content

Commit

Permalink
src/config.rs: default to archive.org, not purl.org
Browse files Browse the repository at this point in the history
As per tectonic-typesetting#131 , there
have been problems with purl.org historically. The archive.org domain should
have more reliable SSL certificate updates.
  • Loading branch information
pkgw committed Nov 2, 2018
1 parent 684e8fa commit e8e456d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

The following changes will appear in the next release:

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


# 0.1.10 (2018 Sep 28)
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn activate_config_test_mode(forced: bool) {


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


Expand Down

0 comments on commit e8e456d

Please sign in to comment.