Commit 86d03e5f4b1c98ec5e7d68e784567a41c3adf525

Authored by Antonio Terceiro
1 parent 408c0c3d

add OBS directory

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -10,3 +10,4 @@
10 10 /mailman-api
11 11 /utils/gitlab-irc
12 12 /build-area
  13 +/obs/isv:spb*
... ...
obs/checkout 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +#!/bin/sh
  2 +
  3 +osc checkout isv:spb:mailman-api
... ...