client/tools/spacewalk-remote-utils/spacewalk-create-channel/doc/README | 12 +++++----- 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 2e0ef3a683291e3fa9a6a8b8bc7a1a2f9a583e6e Author: Justin Sherrill jsherril@redhat.com Date: Thu Sep 30 13:56:14 2010 -0400
updating readme for spacewalk-create-channel
diff --git a/client/tools/spacewalk-remote-utils/spacewalk-create-channel/doc/README b/client/tools/spacewalk-remote-utils/spacewalk-create-channel/doc/README index 4f632b0..42dcfa7 100644 --- a/client/tools/spacewalk-remote-utils/spacewalk-create-channel/doc/README +++ b/client/tools/spacewalk-remote-utils/spacewalk-create-channel/doc/README @@ -1,25 +1,25 @@ -Create channel to update level +spacewalk-create-channel by Justin Sherrill (jsherril@redhat.com)
This script can create a channel to a specific update level (i.e. RHEL4u3) or upgrade an existing channel to a higher update level on an RHN Satellite or Spacewalk server.
-For help, simply run ./create-channel-update --help +For help, simply run spacewalk-create-channel --help
Examples -------
Create channel 'my-stable-channel' for RHEL 4 AS u3 i386: -./create-channel-update -l admin -s myserver.example.com -v 4 -u u3 -r AS -a i386 -d my-stable-channel +spacewalk-create-channel -l admin -s myserver.example.com -v 4 -u u3 -r AS -a i386 -d my-stable-channel
or another way: -./create-channel-update -l admin -s myserver.example.com -D ./data/4-U3-AS-i386 -d my-stable-channel +spacewalk-create-channel -l admin -s myserver.example.com -D ./data/4-U3-AS-i386 -d my-stable-channel
Upgrade prevously created channel 'my-stable-channel' to RHEL 4 AS u4 i386: -./create-channel-update -l admin -s myserver.example.com -v 4 -u u4 -r AS -a i386 -d my-stable-channel +spacewalk-create-channel -l admin -s myserver.example.com -v 4 -u u4 -r AS -a i386 -d my-stable-channel
Add the extra's channel as a child channel of 'my-stable-channel': -./create-channel-update -l admin -s myserver.example.com -v 4 -u u4 -r AS -a i386 -e extras -p my-stable-channel +spacewalk-create-channel -l admin -s myserver.example.com -v 4 -u u4 -r AS -a i386 -e extras -p my-stable-channel
Skip List
spacewalk-commits@lists.fedorahosted.org