Skip to content

Commit 2093e57

Browse files
committed
remove error for create_tarball and install_tarball when spack is run with no arguments
1 parent 847ba89 commit 2093e57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/spack/spack/cmd/create_tarball.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333

3434
description = "Create binary cache tarballs for given packages"
35-
section = "build"
36-
level = "short"
35+
section = "packaging"
36+
level = "long"
3737

3838

3939
def setup_parser(subparser):

lib/spack/spack/cmd/install_tarball.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535

3636
description = "Download and extract binary cache tarballs for given packages"
37-
section = "build"
38-
level = "short"
37+
section = "packaging"
38+
level = "long"
3939

4040

4141
def setup_parser(subparser):

0 commit comments

Comments
 (0)