conf:functions: Replace printf -v
Our shell actually doesn't support the -v parameter (assign value to variable instead of printing it to stdout). Replace all printf -v by an assignment of the output of a sub-shell.
A GitLab upgrade is scheduled from Friday afternoon at 02:00 to 04:00 PM CEST. During this maintenance window, GitLab may be temporarily unavailable or experience service interruptions. Please save your work and log out before the maintenance starts. Thank you for your understanding.
Our shell actually doesn't support the -v parameter (assign value to variable instead of printing it to stdout). Replace all printf -v by an assignment of the output of a sub-shell.