-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate legacy zypp-refresh script
- Loading branch information
Showing
8 changed files
with
85 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
export ZYPP_LOGFILE=${ZYPP_LOGFILE:-/var/log/zypp-refresh.log} | ||
/usr/bin/zypper --non-interactive refresh --force | ||
cat >&2 <<EOF | ||
*** | ||
*** This script is deprecated and will be removed in future versions! | ||
*** | ||
EOF | ||
exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
'\" t | ||
.\" Title: zypp-refresh | ||
.\" Author: [see the "AUTHORS" section] | ||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> | ||
.\" Date: 03/18/2020 | ||
.\" Manual: ZYPPER | ||
.\" Source: SUSE Linux | ||
.\" Language: English | ||
.\" | ||
.TH "ZYPP\-REFRESH" "8" "03/18/2020" "SUSE Linux" "ZYPPER" | ||
.\" ----------------------------------------------------------------- | ||
.\" * Define some portability stuff | ||
.\" ----------------------------------------------------------------- | ||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.\" http://bugs.debian.org/507673 | ||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | ||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.ie \n(.g .ds Aq \(aq | ||
.el .ds Aq ' | ||
.\" ----------------------------------------------------------------- | ||
.\" * set default formatting | ||
.\" ----------------------------------------------------------------- | ||
.\" disable hyphenation | ||
.nh | ||
.\" disable justification (adjust text to left margin only) | ||
.ad l | ||
.\" ----------------------------------------------------------------- | ||
.\" * MAIN CONTENT STARTS HERE * | ||
.\" ----------------------------------------------------------------- | ||
.SH "NAME" | ||
zypp-refresh \- Autorefresh metadata of all enabled repositories | ||
.SH "SYNOPSIS" | ||
.sp | ||
\fBzypp\-refresh\fR | ||
.SH "DESCRIPTION" | ||
.sp | ||
\fBzypp\-refresh\fR refreshes metadata of all enabled repositories which have \fBautorefresh\fR turned on (see \fBzypper lr\fR)\&. For use e\&.g\&. in cron jobs or scripts\&. | ||
.SH "FILES" | ||
.PP | ||
\fB/var/log/zypp\-refresh\&.log\fR | ||
.RS 4 | ||
\fBzypp\-refresh\fR | ||
logfile | ||
.RE | ||
.SH "AUTHORS" | ||
.sp | ||
.if n \{\ | ||
.RS 4 | ||
.\} | ||
.nf | ||
Jan Kupec <> | ||
Michael Andres <ma@suse\&.de> | ||
.fi | ||
.if n \{\ | ||
.RE | ||
.\} | ||
.SH "SEE ALSO" | ||
.sp | ||
zypper(8) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.