Giter Club home page Giter Club logo

os-autoinst-common's Introduction

Common files for os-autoinst/os-autoinst and os-autoinst/openQA

This repository is to be used as a git-subrepo.

git-subrepo is available in the following repositories:

Packaging status

and in devel:openQA, e.g. https://download.opensuse.org/repositories/devel:/openQA:/Leap:/15.2/openSUSE_Leap_15.2/

Usage

Clone

To use it in your repository, you would usually do something like this:

% cd your-repo
% git subrepo clone [email protected]:os-autoinst/os-autoinst-common.git ext/os-autoinst-common

This will automatically create a commit with information on what command was used.

And then, if necessary, link files via symlinks to the places where you need them.

The cloned repository files will be part of your actual repository, so anyone cloning this repo will have the files automatically without needing to use git-subrepo themselves.

ext is just a convention, you can clone it into any directory.

It's also possible to clone a branch (or a specific tag or sha):

% git subrepo clone [email protected]:os-autoinst/os-autoinst-common.git \
    -b branchname ext/os-autoinst-common

After cloning, you should see a file ext/os-autoinst-common/.gitrepo with information about the cloned commit.

Pull

To get the latest changes, you can pull:

% git subrepo pull ext/os-autoinst-common

If that doesn't work for whatever reason, you can also simply reclone it like that:

% git subrepo clone --force [email protected]:os-autoinst/os-autoinst-common.git ext/os-autoinst-common

Making changes

If you make changes in the subrepo inside of your top repo, you can simply commit them and then do:

% git subrepo push ext/os-autoinst-common

git-subrepo

You can find more information here:

License

This project is licensed under the MIT license, see LICENSE file for details.

os-autoinst-common's People

Contributors

okurz avatar martchus avatar perlpunk avatar billanastasiadis avatar

Watchers

James Cloos 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.