Commit fefd720
authored
Stop using curl's --time-cond / -z flag (#610)
We started using the -z flag with curl to avoid downloading an
ecosystem index if there were no updates to actually fetch. This
usually works fine, but some people have had issues where an
index was not getting updated even when explicitly using
zef update. I consider using --remote-time, but there are other
time checks that zef does on that file that expect the times of
the file to represent when zef created them (not what the server
modification time is). For now we will solve this be not using
the -z flag anymore.
Resolves #6021 parent 5a0dbfa commit fefd720
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments