amiaopensource / ltopers

Bash scripts to manage LTO cartridges with LTFS
https://github.com/amiaopensource/ltopers
MIT License
39 stars 8 forks source link

Homebrew upgrade warning about rysnc #82

Closed todrobbins closed 7 years ago

todrobbins commented 7 years ago

I've been getting this upgrade error via brew upgrade the last day or two:

==> Installing amiaopensource/amiaos/ltopers
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
==> Downloading https://github.com/amiaopensource/ltopers/archive/v0.1.13.tar.gz
==> Downloading from https://codeload.github.com/amiaopensource/ltopers/tar.gz/v0.1.13
######################################################################## 100.0%
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
🍺  /usr/local/Cellar/ltopers/0.1.13: 14 files, 32.5KB, built in 1 second
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync
Warning: Use rsync instead of deprecated homebrew/dupes/rsync

Any idea what I may have messed up along the way?

Homebrew 1.1.12
Homebrew/homebrew-core (git revision 6ac6; last commit 2017-04-04)
privatezero commented 7 years ago

You didn't mess anything up! Looks like homebrew just migrated rsync (one of the ltopers dependencies) from homebrew/dupes to homebrew/core, so it is just warning about that. We'll change the brew formula, and hopefully that should fix things!

retokromer commented 7 years ago

I guess this is resolved in https://github.com/mediamicroservices/homebrew-mm/commit/98ba7cc79e5e8d5e214c78d79642d803182d1a22. Please test again and report back.

privatezero commented 7 years ago

Gonna close this- let us know if something else goes rogue with the install!

todrobbins commented 7 years ago

All is well! Forgot to check in 😁