Giter Club home page Giter Club logo

suse-migration-services's Introduction

suse-migration-services - Migrate Distributions

Build Status

Systemd services to prepare and run a distribution migration process.

The migration itself is started from a helper system such that the distribution to upgrade is offline and plays no role except for the contents of the root filesystem to migrate. The services in this project are implemented in the scope of this helper system(s).

Following migration helper systems exists:

Contents

Contributing

The Python project uses tox to setup a development environment for the desired Python version.

The following procedure describes how to create such an environment:

  1. Let tox create the virtual environment(s):

    $ tox
    
  2. Activate the virtual environment

    $ source .tox/3/bin/activate
    
  3. Install requirements inside the virtual environment:

    $ pip install -U pip setuptools
    $ pip install -r .virtualenv.dev-requirements.txt
    
  4. Let setuptools create/update your entrypoints

    $ ./setup.py develop
    

Once the development environment is activated and initialized with the project required Python modules, you are ready to work.

In order to leave the development mode just call:

$ deactivate

To resume your work, change into your local Git repository and run source .tox/3/bin/activate again. Skip step 3 and 4 as the requirements are already installed.

suse-migration-services's People

Contributors

schaefi avatar jesusbv avatar rjschwei avatar keithmnemonic avatar tserong avatar tomschr avatar fsundermeyer avatar yarunachalam avatar

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.