voxpupuli / puppet-blacksmith

Ruby Gem with Puppet Module utilities
Apache License 2.0
69 stars 31 forks source link

deploying to forge from travis / broken regex… #19

Closed igalic closed 9 years ago

igalic commented 9 years ago

hi folks,

we're trying to make blacksmith deploy to the forge whenever we create a new tag. a couple of issues…

first off, it appears that the puppet module must already exist on the forge. i might have to talk to @ryanycoleman about this one…

second, and perhaps more importantly right now:

in our puppetcommunity-extlib blacksmith is looking for (?-mix:^puppet-extlib-.*.tar.gz$) and, failing to find it. which kinda makes sense, since the "author" is puppetcommunity…

what am i missing here?

carlossg commented 9 years ago

wrong username in ~/.puppetforge.yml ? should be puppetcommunity instead of puppet

igalic commented 9 years ago

heh, yeah, no, we got the /puppet space in the forge :3


so, should we change the author in metadata.json to puppet instead?

ping @nibalizer / @daenney

daenney commented 9 years ago

Oh yeah, so that's going to be a bit confusion. Modules from Puppet vs modules from Puppetlabs :smile:.

nibalizer commented 9 years ago

Yep author in metadata.json will need to be puppet

igalic commented 9 years ago

hrm… should we rename our repository to puppet- to match that also?

nibalizer commented 9 years ago

/me shrug. I think we can let the module names float for a while. If after we get a lot of modules we want to do a 'great renaming to be consistent' we can do that then.

igalic commented 9 years ago

nod

igalic commented 9 years ago

closing this, in favour of https://github.com/puppet-community/puppetcommunity-extlib/issues/10