1 | == Periodic tasks |
---|
2 | |
---|
3 | Some tasks related to the CHICKEN development are periodically |
---|
4 | executed. Here you can find information and links to some of the |
---|
5 | results and/or logs of these tasks. |
---|
6 | |
---|
7 | === Automated builds and salmonella runs |
---|
8 | |
---|
9 | CHICKEN is built daily from |
---|
10 | [[http://trac.callcc.org/browser/chicken/trunk|trunk]] and from the |
---|
11 | [[http://trac.callcc.org/browser/chicken/branches/chicken-3|svn |
---|
12 | chicken-3 branch]]. Then, using these build, the automated |
---|
13 | [[Salmonella]] tool attempts to individually install all of the |
---|
14 | published [[eggs]] for CHICKEN 3 and CHICKEN 4, reporting success or |
---|
15 | failure for each egg. |
---|
16 | |
---|
17 | The repository of results are at http://salmonella.ucpel.tche.br. The |
---|
18 | results are organized according to YYYY/MM/DD (year/month/day). The |
---|
19 | {{current}} directory always points to the latest result |
---|
20 | directory. These directories contain the following files and |
---|
21 | directories: |
---|
22 | |
---|
23 | * [[http://salmonella.ucpel.tche.br/current/chicken-3|chicken-3]] and [[http://salmonella.ucpel.tche.br/current/chicken-4|chicken-4]] contain the egg build results for the two supported major versions of CHICKEN. |
---|
24 | |
---|
25 | * [[http://salmonella.ucpel.tche.br/current/chicken-4/chicken-automated-build.log|chicken-automated-build.log]]: the log of fetching and building CHICKEN from svn trunk, and the summarized output from the execution of salmonella. |
---|
26 | |
---|
27 | * [[http://salmonella.ucpel.tche.br/current/chicken-4/salmonella-report|salmonella-report]]: the HTML-formatted [[salmonella]] output. |
---|
28 | |
---|
29 | * [[http://salmonella.ucpel.tche.br/current/chicken-4/salmonella.log|salmonella.log]]: the raw [[salmonella]] output. |
---|
30 | |
---|
31 | The [[http://salmonella.ucpel.tche.br/atom|atom]] directory contains atom feeds, so egg authors can monitor failures that affect their eggs. |
---|
32 | |
---|
33 | === Development snapshots |
---|
34 | |
---|
35 | You can obtain recent SVN snapshots of CHICKEN 4 at |
---|
36 | http://chicken.wiki.br/dev-snapshots, where {{current}} points to the |
---|
37 | latest snapshot and the other directories are organized in the |
---|
38 | YYYY/MM/DD (year/month/day) format. |
---|
39 | |
---|
40 | === Automatic upload of eggs to call/cc.org |
---|
41 | |
---|
42 | The SVN repository of eggs is stored at |
---|
43 | [[galinha|http://chicken.wiki.br]]. The eggs files are periodically |
---|
44 | sent from [[http://chicken.wiki.br|galinha]] to the |
---|
45 | [[http://www.call-with-current-continuation.org|official eggs |
---|
46 | repository]] (used by [[/man/4/Extensions|chicken-install]]). |
---|
47 | |
---|
48 | === Dependencies graphs generation |
---|
49 | |
---|
50 | The generation of [[http://chicken.wiki.br/dep-graphs|dependencies |
---|
51 | graphs]] is done with the same frequency as automatic upload of eggs |
---|
52 | to call/cc.org, based on data from the CHICKEN 3 eggs repository |
---|
53 | (http://www.call-with-current-continuation.org/eggs/repository). The |
---|
54 | graphs are generated by [[eggref/3/nest-tool|nest-tool]]. |
---|