diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-01-15 18:39:13 +0000 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-01-15 18:39:13 +0000 |
| commit | e96f6e6c4655695b6ba650f792ab34b6eaf9315e (patch) | |
| tree | 424d4c97819ddb3c5c9a4bbe353699021b42c254 | |
| parent | 91ab9920cae1b0d80e6d108001b03a706f5ef2ba (diff) | |
chore: do not commit .patch files
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | sntpc/.patch | 0 | ||||
| -rw-r--r-- | sntpc/Makefile | 2 |
3 files changed, 3 insertions, 0 deletions
@@ -4,5 +4,6 @@ .extract .fetch .install +.patch */*-* */*/ diff --git a/sntpc/.patch b/sntpc/.patch deleted file mode 100644 index e69de29..0000000 --- a/sntpc/.patch +++ /dev/null diff --git a/sntpc/Makefile b/sntpc/Makefile index 2b8472d..cfd0fb4 100644 --- a/sntpc/Makefile +++ b/sntpc/Makefile @@ -1,3 +1,5 @@ +# See: https://www.docker.com/blog/addressing-time-drift-in-docker-desktop-for-mac/ + url = https://dev.alpinelinux.org/archive/sntpc/sntpc-0.9.tar.xz configure_cmd = : inflate_cmd = xz -cd |
