Package buildbot :: Package db
[frames] | no frames]

Source Code for Package buildbot.db

 1  # This file is part of Buildbot.  Buildbot is free software: you can 
 2  # redistribute it and/or modify it under the terms of the GNU General Public 
 3  # License as published by the Free Software Foundation, version 2. 
 4  # 
 5  # This program is distributed in the hope that it will be useful, but WITHOUT 
 6  # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
 7  # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more 
 8  # details. 
 9  # 
10  # You should have received a copy of the GNU General Public License along with 
11  # this program; if not, write to the Free Software Foundation, Inc., 51 
12  # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
13  # 
14  # Copyright Buildbot Team Members 
15   
16  # garbage-collection rules: the following rows can be GCed: 
17  #  a patch that isn't referenced by any sourcestamps 
18  #  a sourcestamp that isn't referenced by any buildsets 
19  #  a buildrequest that isn't referenced by any buildsets 
20  #  a buildset which is complete and isn't referenced by anything in 
21  #   scheduler_upstream_buildsets 
22  #  a scheduler_upstream_buildsets row that is not active 
23  #  a build that references a non-existent buildrequest 
24