Skip to content

Commit

Permalink
[backend] refetch sources if project link changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Sep 18, 2012
1 parent 923a21a commit 29f4040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_sched
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,7 @@ sub update_project_meta {
$proj->{'package'} = $oldproj->{'package'} if $oldproj->{'package'};
# check if the project meta has critical change
return 0 unless identical($proj->{'build'}, $oldproj->{'build'});
return 0 unless identical($proj->{'link'}, $oldproj->{'link'});
# XXX: could be more clever here
return 0 unless identical($proj->{'repository'}, $oldproj->{'repository'});

Expand Down

0 comments on commit 29f4040

Please sign in to comment.