Skip to content

Commit

Permalink
Merge pull request #99 from sot/docstring-promote
Browse files Browse the repository at this point in the history
Update docstring to note it works on non-metapackages
  • Loading branch information
jeanconn authored Aug 24, 2023
2 parents 1ae9766 + b7f01fa commit e68e020
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions skare3_tools/scripts/skare3_promote.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/usr/bin/env python
"""
Promote ska3 meta-packages from a list of channels to one target channel.
Promote ska3 meta-packages or packages from a list of channels to one target channel.
"Promotion" usually means copying conda package files from the source
channels to the target channel. The channels are expected to be within
the same directory, which is specified by the `ska3-conda` argument.
The meta-packages to be promoted must be defined in skare3. This script
reads the metapackage's meta.yaml requirements in skare3, finds the
corresponding packages in the source channels, and copies/moves them to the
target channel.
The packages to be promoted must be defined in skare3. If the package is
a ska3- metapackage, this script reads the metapackage's meta.yaml requirements
in skare3, finds the corresponding packages in the source channels, and copies/moves
them to the target channel.
"""
import argparse
import logging
Expand Down

0 comments on commit e68e020

Please sign in to comment.