Skip to content

Commit a3f45cb

Browse files
committed
Update to production url.
1 parent 6ac8b20 commit a3f45cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: selfupdate-mirror/fink-info-git

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Config
4-
: "${REPOPTH:="https://github.com/danielj7/fink-dists.git"}"
4+
: "${REPOPTH:="https://github.com/fink/fink-distributions.git"}"
55
FIROOT="/Volumes/src2/fink/selfupdate"
66
LOCKFILE="/var/run/fink-info-git.lock"
77

Diff for: selfupdate-mirror/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The official scripts will timeout on network operations after 10 minutes.
4242
##### Environment Variables
4343
**`RSYNCPTH`:** Sets the uri to sync from; `rsync://distfiles.master.finkmirrors.net/finkinfo/` by default.
4444

45-
#### `fink-info-cvs`
45+
#### `fink-info-cvs` (as an example for legacy use only)
4646
Requires coreutils to be installed to provide `timeout`.
4747

4848
##### Command Line Options
@@ -57,15 +57,15 @@ Requires coreutils to be installed to provide `timeout`.
5757
##### Environment Variables
5858
**`TIMEOUT`:** Sets the name of the `timeout` command; `timeout` by default.
5959

60-
#### `fink-info-git` (as an example for future use only)
60+
#### `fink-info-git`
6161

6262
##### Command Line Options
6363
**`-l`:** Sets the lockfile; `/var/run/fink-info-git.lock` by default.
6464

6565
**`-o`:** Sets the output directory; `/Volumes/src2/fink/selfupdate` by default.
6666

6767
##### Environment Variables
68-
**`REPOPTH`:** Sets the uri to sync from; `https://github.com/danielj7/fink-dists.git` by default.
68+
**`REPOPTH`:** Sets the uri to sync from; `https://github.com/fink/fink-distributions.git` by default.
6969

7070
### Dist Mirror Scripts
7171

0 commit comments

Comments
 (0)