index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-06 | sogrep: fail if links database cannot be retrieved | Haochen Tong | |
If the links database (for some reason) does not exist on the mirror, curl will save the html 404 page as ${repo}.links.tar.gz in the cache, and sogrep will later fail with a decompression error from bsdtar. This patch adds -f to curl so it doesn't save the error page, and exit after displaying an error in such case. Fixes !88 Signed-off-by: Haochen Tong <i@hexchain.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2021-10-29 | Add GPL-3.0-or-later SPDX identifier to all scripts | David Runge | |
Add the SPDX license identifier GPL-3.0-or-later to the header of all scripts without a specific license and upgrading those that are stated as GPL-2.0 to become GPL-3.0-or-later. | |||
2021-06-16 | sogrep: refresh if any database is over a day old | Evangelos Foutras | |
Outdated sogrep cache has already bit us once in the past. Finding one or more databases older than a day is a good indication that a refresh is in order, so do that automatically. | |||
2021-06-16 | sogrep: store unextracted *.links.tar.gz databases | Evangelos Foutras | |
Extracting these databases is painfully slow on HDDs (especially laptop ones). There shouldn't be a drawback to keeping the tarballs around and extracting them to a temporary directory (usually tmpfs) to parse them. The implemented update logic tries to avoid redownloading unchanged dbs. | |||
2019-10-15 | sogrep: redirect to destination mirror (#25) | jelle van der Waa | |
Some mirrors redirect consumers to a near by mirror which isn't handled by sogrep. | |||
2019-09-28 | zsh_completion: add sogrep completions | Levente Polyak | |
Transform sogrep into an in-prog so we can benefit from the m4 macro to specify valid repos in a single place of truth. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-03-28 | sogrep: don't be templated when it is not templated | Eli Schwartz via arch-projects | |
Partition the Makefile targets to only clean configured files, and make the configured files be a subset of the bin programs. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-03-16 | sogrep: rename to sogrep.in so make clean works | Jelle van der Waa | |
make clean removes all .in converted files to a file without .in which in the make clean step is removed. So running make clean will remove sogrep since it's specified as BINPROGS. In the future this steps should be removed for sogrep since it is a standalone script. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> |