@pmatilai commented on this pull request.


> +
+Getting updates installed quickly is one of the main design
+goals. Many features work towards this.
+
+#### Packaging dependencies separately
+
+Libraries should be packaged separately and binaries should link to
+the version provided by system packages. Static linking is
+discouraged. This limits the number of packages that need updates or
+re-builds in case of a vulnerability.
+
+#### Unattended operation
+
+Package installation and update is unattended and must not require
+user interaction. When possible delay user interaction to the first
+start up.

Builds being unattended too doesn't seem to be mentioned anywhere, that's an 
equally important thing.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3299#discussion_r1758661246
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3299/review/2302824...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to