Closed fangpenlin closed 10 years ago
@coderanger
Okay, I see.
Ignore what I am doing in this branch, I just tried to make it works for Billy, get familiar with the pipeline, so once you guys settled, I can keep it up quickly.
I think this branch is pretty much read
@coderanger @mjallday By the way, why I saw the build is always using unstable
like this
depot -s s3://apt.vandelay.io -c precise -k 277E7787 --component=unstable --no-public pkg/billy*.deb
shouldn't it be main
when its ready for production?
@victorlin https://github.com/balanced/confucius/blob/master/fabfile.py#L33 - here's the promote for production.
@mjallday oh, okay, I see, thanks
this looks good victor! merge it in, bump the version and upload the cookbook when you're ready.
:shipit: :star2:
@mjallday @coderanger oh, forgot to mention, these update depends on CI 1.0.19
, which is still not available on the chef server. To test you can add
cookbook 'ci', path: '../ci'
In your Berksfile. So, if we want to deploy this, we will need to upload CI 1.0.19
first.
@mjallday It appears this cookbook still needs some tweaks to make it works for Billy. Although Billy can be tested with SQLite, still, it's better to test it with PostgreSQL. I think I will need to add some PostgreSQL installation and setting up to make it works. Like creating user and database for Billy.