Commit f1bb648685d59fe18b9348a2a2372b2bf9238fd1
1 parent
62a7a3f5
Exists in
master
and in
79 other branches
Adds checkout option for a single package
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Makefile
... | ... | @@ -10,6 +10,7 @@ obsdir = .obs |
10 | 10 | all: |
11 | 11 | @echo "Usage:" |
12 | 12 | @echo |
13 | + @echo '$$ make $${pkg}-checkout checkout $${pkg}' | |
13 | 14 | @echo '$$ make $${pkg}-upload uploads package $${pkg}' |
14 | 15 | @echo '$$ make $${pkg}-build builds package $${pkg} locally' |
15 | 16 | @echo '$$ make $${pkg}-diff diff from OBS to git for package $${pkg}' | ... | ... |