Skip to content

Commit ca75000

Browse files
authored
Merge pull request #833 from pkgw/use-fullyjustified
bundles: update the builtin URL to our new webservice
2 parents 937f7db + 207e6e7 commit ca75000

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

crates/bundles/src/lib.rs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,10 @@ impl<B: Bundle + ?Sized> Bundle for Box<B> {
103103
/// setting, so you should use that if you are in a position to do so.
104104
///
105105
/// This URL will be embedded in the binaries that you create, which may be used
106-
/// for years into the future, so it needs to be durable and reliable. At the
107-
/// moment, the URL is hosted on `archive.org` and redirects to a web-based
108-
/// storage service that has changed a few times over the years. Note that
109-
/// `archive.org` is blocked in China, causing problems for that potential user
110-
/// base.
111-
pub const FALLBACK_BUNDLE_URL: &str =
112-
"https://archive.org/services/purl/net/pkgwpub/tectonic-default";
106+
/// for years into the future, so it needs to be durable and reliable. We used
107+
/// `archive.org` for a while, but it had low-level reliability problems and was
108+
/// blocked in China. We now use a custom webservice.
109+
pub const FALLBACK_BUNDLE_URL: &str = "https://relay.fullyjustified.net/default_bundle.tar";
113110

114111
/// Open the fallback bundle.
115112
///

0 commit comments

Comments
 (0)