diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-06 17:58:29 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-06 17:58:29 +0100 |
commit | d6c4c35d5315c8191d7b7e415a0c67eb919f6f89 (patch) | |
tree | 3eec8a932058dc6d554a3b0fe8ea38cd2ffa1958 | |
parent | 0d86d7df3cf62ed0a010197f2963842311b0a4b8 (diff) | |
download | pack-d6c4c35d5315c8191d7b7e415a0c67eb919f6f89.tar.gz pack-d6c4c35d5315c8191d7b7e415a0c67eb919f6f89.tar.xz pack-d6c4c35d5315c8191d7b7e415a0c67eb919f6f89.zip |
Revert ".builds: use my own minimal/do version"
This reverts commit 98e18c714bf1668e9c041f1be4abcab548f22294.
-rw-r--r-- | .builds/alpine.yml | 2 | ||||
-rw-r--r-- | .builds/archlinux.yml | 2 | ||||
-rw-r--r-- | .builds/freebsd.yml | 2 | ||||
-rw-r--r-- | .builds/openbsd.yml | 2 | ||||
-rw-r--r-- | README.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 864dc97..94e2e7a 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -9,7 +9,7 @@ sources: tasks: - setup: | cd pack - curl -O 'https://the-tk.com/files/do' + curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do' chmod +x do ./configure -Wgcc -v - build: | diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index f98b1b0..05f3864 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -10,7 +10,7 @@ sources: tasks: - setup: | cd pack - curl -O 'https://the-tk.com/files/do' + curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do' chmod +x do ./configure -Wgcc -v - build: | diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4e2a04a..b163775 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -7,7 +7,7 @@ sources: tasks: - setup: | cd pack - curl -O 'https://the-tk.com/files/do' + curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do' chmod +x do ./configure -Wclang -v -B-lm - build: | diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 7f97279..a3032ed 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -6,7 +6,7 @@ sources: tasks: - setup: | cd pack - ftp 'https://the-tk.com/files/do' + ftp 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do' chmod +x do ./configure -Wclang -v -B-lm - build: | @@ -16,7 +16,7 @@ Dependencies Pack has no runtime dependencies. The following is a list of build dependencies: - An implementation of redo - - <https://the-tk.com/files/do> + - <https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do> Copy it to the source directory, make it executable and run it. Only designed for building. For development, one of the other implementations is recommended. |