
Generic retry command in openSUSEan invention by okurz MotivationWhen automating tasks often the requirement comes up to retry commands, for example when network connections are involved and commands do not return successfully immediately or if resources are temporarily not available. Sometimes a simple for-loop in bash is sufficient. Sometimes it is necessary to use additional waiting between retries, sometimes timeouts are desired. Getting all those combinations right can be tedious and error-prone so a generic "retry" command should be available in usual environments so we should provide a retry command to openSUSE distributions. |
Installation server setup utility - continueda project by csalmond Project Description |
Generic text file preprocessor using custom syntax for define include ifdefan invention by mdati Project Description |
Explore new rpmbuild option --scm for quilt setupan idea by jdelvare DescriptionSince rpm version 4.15, rpmbuild supports a new option --scm. I would like to check whether this could be leveraged to implement "quilt setup" in a different way, which would possibly be faster and more robust. |