Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | webmap-download: Add --quiet flag to always skip progress bars. | Guilhem Moulin | 2024-06-02 | 1 |
| | ||||
* | webmap-download: Set --exit-code by default. | Guilhem Moulin | 2024-06-02 | 1 |
| | | | | This can be turned off with --no-exit-code. | |||
* | webmap-download: Ensure we always call linkat() not link(). | Guilhem Moulin | 2024-06-02 | 1 |
| | | | | | | | | | | | | | This costs an extra file descriptor when --cachedir is unsed, but os.link(f'/proc/self/fd/{fp.fileno()}', newpath, dst_dir_fd=None, follow_symlinks=True) calls link("/proc/self/fd/…", newpath) rather than linkat(AT_FDCWD, "/proc/self/fd/…", AT_FDCWD, newpath, AT_SYMLINK_FOLLOW) and the former fails with EXDEV (Invalid cross-device link). | |||
* | Rename script into module and run module.download(). | Guilhem Moulin | 2024-06-02 | 3 |
| | | | | | Instead of using a dedicated executable. There is too much code duplicate otherwise. | |||
* | webmap-download: Simplify locking logic. | Guilhem Moulin | 2024-06-02 | 1 |
| | | | | | Don't use a lockdir by default, and always use lockfiles of the form ‘sha1_hex(path).lck’ if --lockdir is set. | |||
* | Add layer definitions from Sametinget and Vindbrukskollen. | Guilhem Moulin | 2024-06-01 | 1 |
| | ||||
* | webmap-download: Add a progress bar. | Guilhem Moulin | 2024-06-01 | 1 |
| | ||||
* | Add `webmap-download` script. | Guilhem Moulin | 2024-06-01 | 3 |
| | ||||
* | Typofix. | Guilhem Moulin | 2024-04-23 | 1 |
| | | | | Spell out the project case as per https://www.klimatanalysnorr.se | |||
* | Improve ‘Copyright’ section in README. | Guilhem Moulin | 2024-01-21 | 1 |
| | ||||
* | Add README. | Guilhem Moulin | 2024-01-18 | 1 |
| | ||||
* | Initial commit. | Guilhem Moulin | 2024-01-18 | 1 |