-
-
Save foucist/8f0635d43434da13d140 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- rm_revisions = existing_revisions[key].reject {|x| keepers[key].include? x} | |
+ arr = existing_revisions[key].reject {|x| keepers[key].include? x} | |
+ keepers[key] = arr.pop(releases) # preserve release & save to manifest | |
+ | |
+ rm_revisions = arr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment