Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 66
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Jan 2 08:06:52 UTC 2019 - obs@botter.cc + +- add RestartPS, a script to restart pending services after updates + +------------------------------------------------------------------- Thu Nov 8 14:26:14 UTC 2018 - obs@botter.cc - remove "-t <repotype>" from GetZypperSources for >= 1500
View file
jsj-installtools.spec
Changed
@@ -6,7 +6,7 @@ License: SUSE-Freeware Group: Productivity/Networking/Other Autoreqprov: on -Version: 0.43.1 +Version: 0.43.2 Release: 1 Summary: Install tools for virtual hosts Source1: CreateConfig @@ -19,6 +19,7 @@ Source8: PreparePostfix Source9: PrepareVMwareSDK Source10: GetVersion +Source11: RestartPS Source21: nagiosok.html Source22: vhost.conf BuildArch: noarch @@ -44,6 +45,7 @@ install -Dm755 %{S:8} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm755 %{S:9} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm755 %{S:10} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools +install -Dm755 %{S:11} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:21} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:22} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools
View file
RestartPS
Added
@@ -0,0 +1,2 @@ +#!/bin/bash +for n in $(zypper ps | egrep "^0-9" | cut -f6 -d\| | sort -u); do systemctl restart $n; done
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.