Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cmirror: Update version from 1.2 to 1.3
The Dark Blue Bikeshed Release

- Fix nonsense error message [1]
- Fix other printf format errors and add check macro
- Fix bug that
  directories, which were replaced by another file type (e.g. plain
  files), would not actually be deleted, but would be left lingering
  around as "DIR.deleteme". For regular mirrors, the directory would be
  deleted during the the next pass.
- Fix bug, that directories, which were replaced by another file type
  (e.g. plain files), would be deleted even with --noop
- Fix bug, that directories, which were replaced by another file type
  (e.g. plain files), would no be deleted because of a missing --delete

[1]: mariux64/cmirror#14
  • Loading branch information
donald committed Aug 23, 2022
1 parent eee7619 commit 774f3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmirror.be0
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION cmirror-1.2-0
# BEE_VERSION cmirror-1.3-0

# more info: https://github.molgen.mpg.de/mariux64/cmirror

#SRCURL[0]="https://github.molgen.mpg.de/mariux64/cmirror/archive/refs/tags/${PKGVERSION}.tar.gz cmirror-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/40d4261f477d56107845e07db880218f/cmirror-1.2.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/1e131eaf6d134ca6d5e27ed312bfc935/cmirror-1.3.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit 774f3fb

Please sign in to comment.