summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update_gentoo_profiles.php')
-rwxr-xr-xupdate_gentoo_profiles.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/update_gentoo_profiles.php b/update_gentoo_profiles.php
index c2e9f20..c01b455 100755
--- a/update_gentoo_profiles.php
+++ b/update_gentoo_profiles.php
@@ -10,5 +10,8 @@ while ($p=$r->fetch(PDO::FETCH_ASSOC)) {
echo "Updating from {$conf['pkgdir_root']}/$p->pkgdir/Packages...\n";
list($new, $updated, $deleted, $total)=$p->read_Packages(true, true);
echo "Packages: $new new, $updated updated, $deleted deleted, $total total.\n";
+ echo 'Updating package sets...';
+ $p->read_pkgsets(true);
+ echo "done\n";
}
?>