Giter Site home page Giter Site logo

opensuse-migration's Introduction

openSUSE migration

Provides zypper services with repo definitions as well as leap-cli utility to switch between versions (as an alternative to tumbleweed-cli).

Usage

  1. zypper in opensuse-migration -- the package will provide a local zypper service;
  2. Use zypper as usual until the time for migration comes;
  3. leap-cli migrate to choose a migration target;
  4. zypper dup to upgrade all the packages.

Installation

Get the RPM package from OBS: home:ikapelyukhin/opensuse-migration

Demo

See it in action:

asciicast

Gory technical details

Zypper service types

  1. RIS: XML format, URL is mandatory in service ini; file: or dir: URLs have to point to a directory that contains repo/repoindex.xml in it.
  2. Plugin: a script that prints ini to STDOUT; repos that come from it are volatile -- can't disable individual repos with zypper mr -d (reset on next service refresh).

Additional details can be found in the documentation.

Zypper RIS service INI example

[service_alias]
name=Service Name
enabled=1
autorefresh=1
url = https://example.org/
type = ris

Zypper RIS service XML example

<repoindex ttl="86400">
<repo url="https://example.org/product" alias="Example-Pool" name="Example-Pool" autorefresh="false" enabled="true"/>
<repo url="https://example.org/update" alias="Example-Updates" name="Example-Updates" autorefresh="true" enabled="true"/>
</repoindex>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.