Linux / OBS How can the broken line be found in patch?
1.) Don't you forget the blank new line at the bottom of the patch file?
2.) If not, try to apply this patch locally via `cat pathname | patch [-pX]` and compare rejected files ...
Linux / OBS Textstellen in Dateien ersetzen
find $RPM_BUILD_ROOT%{ap_serverroot}/%{name} -type f | xargs sed -i \
-e 's:'/config/config.ini.php':/etc/piwik/config.ini.php:g' \ -e 's:'/config/common.config.ini.php':/etc/piwik/common.config.ini.php:g' \ -e 's:'/config/global.ini.php':/etc/piwik/global.ini.php:g' ...
Linux / OBS openSUSE:How to detect Leap?
Im Spec am Anfang folgendes einfügen:
%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
%define is_leap 1
%else
%define is_leap 0
%endif
Dann kann in der Abfrage z.B. ...
Linux / OBS Rollback zu einer älteren Revision
Um mittels osc einen Rollback zu einer älteren Revision durchzuführen sind folgende Schritte notwendig:
osc sr -r $rev $prj $package $prj ...
Linux / openSUSE jitsi-Meet - Self-Hosting Guide - openSUSE
Self-Hosting Guide - openSUSE
This document describes the steps for a quick Jitsi-Meet installation, paired with a single Videobridge and a ...