cookutils rev 988

cooker: re-create splitDB after pulling the changes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 24 05:28:32 2017 +0300 (2017-10-24)
parents 556429e78e83
children 03374082dafa
files cooker modules/deps
line diff
     1.1 --- a/cooker	Mon Oct 23 23:12:42 2017 +0300
     1.2 +++ b/cooker	Tue Oct 24 05:28:32 2017 +0300
     1.3 @@ -699,6 +699,9 @@
     1.4  			fi
     1.5  		done < $commits
     1.6  
     1.7 +		# Re-create split database
     1.8 +		cook splitdb
     1.9 +
    1.10  		# Stats
    1.11  		pkgs=$(wc -l < $commits)
    1.12  		echo "Packages to cook: $pkgs" | log
     2.1 --- a/modules/deps	Mon Oct 23 23:12:42 2017 +0300
     2.2 +++ b/modules/deps	Tue Oct 24 05:28:32 2017 +0300
     2.3 @@ -152,6 +152,7 @@
     2.4  				s("eudev-dev", "udev-dev");
     2.5  				s("util-linux-uuid-dev", "ossp-uuid-dev");
     2.6  				s("libltdl", "libltdl"); # weird
     2.7 +				s("polkit-pam-dev", "polkit-dev");
     2.8  
     2.9  				# if called with "--incl": show all deps including glibc-base,
    2.10  				# gcc-lib-base, glibc-dev and gcc; otherwise hide them