processing / processing/processing-website
strange Syphon listings in sources.conf
@prisonerjohn đang làm issue này rồi.
Từ ngày 2/6/2020.
- Ngôn ngữ chính
- MDX
- Star
- 90
- Fork
- 122
- Merge trung bình
- 1 giờ 43 phút
- Pull request đã merge (30 ngày)
- 3
Mô tả
Something strange is going on with Syphon in sources.conf that I don't understand.
sources.conf lists two urls for Syphon (why?):
041 \ https://github.com/Syphon/Processing/releases/download/latestv2/Syphon.txt
148 \ https://github.com/Syphon/Processing/releases/download/latest/Syphon.txt
The first one ("latestv2") points to an old release from 2015, version 3 / prettyVersion 1.0-RC3. That link works.
The second is supposed to be the latest release, but the url is 404. The home repo accidentally manually tagged an outdated 2017 release d36fcaf with "latest" -- this broke the github auto-latest download path. The repo needs to remove their manual "latest" tag, then the auto-latest url will work again.
However -- when opening PDE Contributions Manager, Syphon is listed, and it does not download either version listed in sources.conf, neither the 2015 version, nor the 404.
Instead it downloads the correct true latest release, version 8 / prettyVersion 3 --which is available at https://github.com/Syphon/Processing/releases/download/3/Syphon.txt, and is NOT listed in sources.conf at all.
I have no idea how it is doing that. Help me understand? @REAS @prisonerjohn
This will help me adjust the code on my Processing community archiving software that checks for 404 contributions.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.