aboutsummaryrefslogtreecommitdiffstats
path: root/diff-release-current
blob: c0d7cf2eb7b93b3cce6cb92417dca7938b72ce58 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl -w

use strict;
use FindBin;
use lib $FindBin::Bin;
use MgaRelease::Common;

MgaRelease::Common::load_srpms_list;
MgaRelease::Common::get_current_diff;