Warning: Taking into account that the software wanna-build is in constant development, this document may be outdated by the time you're reading this page.

Introduction

This document pretend show a glimpse of the files involved in the wanna-build proyect and how they work.

Structure of files

.
|-- bin
|-- db
|-- etc
|   |-- cron
|   `-- yaml
|-- lib
|   `-- WB
|-- schema
|   `-- old-migrations
|-- tests
`-- triggers

Description of each directory

bin

Set of scripts, written between bash, perl and python. The files involved are listed below.

do_stats
(bash) used to update the graphs of stats (by default using a interval of 20h). Right now this script is only triggered by the file 'trigger.debian'.
expire_dumps
filter-nonfree
keep-latest
process-triggers
save-database
ssh-wrapper
sync.sh
trigger-wrapper
wanna-build
wanna-build-statistics
wb-graph

Related documents