> > MCRepositoryGroup default removeRepository: > (MCSmalltalkhubRepository > owner: 'Pharo' > project: 'Pharo50Inbox'). > MCRepositoryGroup default addRepository: > (MCSmalltalkhubRepository > owner: 'Pharo' > project: 'Pharo50Inbox' > user: 'peteruhnak' > password: '******' ).
Apparently this doesn't work either. When I execute it it shows correct info in Monticello Browser, but once I actually push to the repo it asks for credentials again… so I guess more digging is required. On Sun, Mar 6, 2016 at 5:10 PM, Sean P. DeNigris <s...@clipperadams.com> wrote: > Metacello new > repository: > 'github://seandenigris/Monticello-Login:master/repository'; > baseline: 'MonticelloLogin'; > onConflict: [ :ex | ex allow ]; > load. > > It expects a file named .mcconfig in a user-specifiable folder (set with > `MlConfigurationFile folder: aFolder`), in the following format: > [squeaksource] > user := 'SD'. > password := 'mypassword'. > [squeaksource3] > user := 'SeanDeNigris'. > password = '12345'. > [smalltalkhub] > user := 'SeanDeNigris'. > password = 'secret'. > > As you can see, I show my actual passwords in case you need to access my > accounts ;-p > > p.s. it is just a utility for my personal convenience, so no warranty! > > > > ----- > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/adding-credentials-to-a-repo-via-a-playground-script-tp4882668p4882836.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > >