Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the best practices for Kiln repositories?

Tags:

kiln

I noticed in this image from the Kiln site that the repositories are named stable, qa and devel. Is there any reasoning behind this? Or is there a better/different way that's more accepted?

like image 365
dandax Avatar asked Feb 09 '10 16:02

dandax


1 Answers

Have a read of this post on the Kiln StackExchange site which explains why they use stable and devel. It also suggests other ways of structuring your repositories.

We keep a devel and stable repository. New features go into devel and eventually get merged forward to stable, while bug fixes go into stable and get merged back into devel.

like image 167
Pauk Avatar answered Nov 15 '22 05:11

Pauk