Skip to content

Commit

Permalink
[backend] document repounchanged semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Dec 9, 2015
1 parent de3932b commit 312cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_sched
Expand Up @@ -459,7 +459,7 @@ my $gctx = {
# triggers
'prpcheckuseforbuild' => {}, # project/package meta has changed
'prpfinished' => {}, # which prps are finished
'repounchanged' => {}, # which prps are unchanged
'repounchanged' => {}, # which prps are changed: deleted = full tree changed, 1 = unchanged, 2 = just package changes
'prpnotready' => {}, # which packages are not ready in a prp
# maps prp => { packid => 1, ... }

Expand Down

0 comments on commit 312cbce

Please sign in to comment.