Skip to content

Instantly share code, notes, and snippets.

@jeffmccune
Created December 4, 2012 06:22
Show Gist options
  • Save jeffmccune/4201238 to your computer and use it in GitHub Desktop.
Save jeffmccune/4201238 to your computer and use it in GitHub Desktop.
What I did to separate out the boards

Intent

This is in case I fsck up. Knowing what I did is important if I need to undo this.

Steps

  1. Copied the existing board to a new board.

  2. Deleted the pull request column from the existing board.

  3. Modified the redmine-trello configuration file in pull request 267 to use [email protected] as the trello account and put cards onto the new list.

  4. Tested this configuration using $ bundle exec bin/copy_to_trello.rb. Got back:

    /workspace/puppet-3.x/src/redmine-trello/lib/rmt/trello.rb:14: warning: already initialized constant AuthPolicy Adding card: (PR puppet/1309) [15929] [17624] launchd provider: handle malformed plists Adding card: (PR facter/371) (#17917) Allow regexp confines Removing card: (PR puppet/1308) (#17866) Fix permissions regression for logdir in puppet.spec.erb /workspace/puppet-3.x/src/redmine-trello/lib/rmt/trello.rb:14: warning: already initialized constant AuthPolicy Cards added in Trello OK. Huzzah.

  5. Deleted all non-community cards from the new board. Community cards are defined as any labeled as community, regardless of other labels.

  6. Archived all community cards on the existing board. Community cards are defined as any labeled as community, regardless of other labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment