Skip to content

Commit

Permalink
Merge pull request #14261 from mlschroe/master
Browse files Browse the repository at this point in the history
[backend] make withevr=1 work for DoD repos
  • Loading branch information
mlschroe committed Apr 28, 2023
2 parents ff57e1a + 0ae1739 commit 4f39eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_srcserver
Original file line number Diff line number Diff line change
Expand Up @@ -7802,7 +7802,7 @@ my $dispatches_ajax = [
'/build/$project/_result oldstate:md5? view:resultview* repository* arch* package* code:*' => \&getresult,
'/build/$project/$repository/$arch package* view:?' => \&getpackagelist_build,
'/build/$project/$repository/$arch/$package/_log nostream:bool? last:bool? lastsucceeded:bool? start:intnum? end:num?' => \&getlogfile,
'/build/$project/$repository/$arch/$package_repository view:? binary:filename* nometa:bool? nosource:bool? withmd5:bool? module* withccache:bool?' => \&getbinarylist,
'/build/$project/$repository/$arch/$package_repository view:? binary:filename* nometa:bool? nosource:bool? withmd5:bool? module* withccache:bool? withevr:bool?' => \&getbinarylist,
'/getbinaries $project $repository $arch binaries: nometa:bool? raw:bool? now:num? module*' => \&worker_getbinaries,
'/getbinaryversions $project $repository $arch binaries: nometa:bool? now:num? module* withevr:bool?' => \&worker_getbinaryversions,
'/lastevents $filter:* start:num? obsname:?' => \&lastevents,
Expand Down

0 comments on commit 4f39eaf

Please sign in to comment.