1SPACEWALK-REPO-SYNC(8)                                  SPACEWALK-REPO-SYNC(8)
2
3
4

NAME

6       spacewalk-repo-sync  -  Syncs the content from yum repos into Spacewalk
7       or Satellite channels.
8

SYNOPSIS

10       spaceawlk-remove-channel [ options ... ]  [ -cCHANNEL_LABEL ]  [ --channel=CHANNEL_LABEL ]
11
12
13
14        [ -uURL ]  [ --url=URL ]
15
16
17
18        [ -q ]  [ --quiet ]
19
20
21
22        [ -f ]  [ --fail ]
23
24
25
26        [ -tTYPE ]  [ --type=TYPE ]
27
28

DESCRIPTION

30       The spacewalk-repo-sync tool is used to sync packages from external  or
31       local  yum  repositories. All the packages within the specified reposi‐
32       tory will be added to the channel.
33
34       Any url supported by yum is supported by this utility, including mirror
35       lists.   If  the  url  is  not supplied, the tool will look to see what
36       repositories are associated with the specified channel and use those.
37

OPTIONS

39       -h, --help
40              Display the help screen with a list of options.
41
42       -cCHANNEL, --channel=CHANNEL
43              The channel to sync the repository too.
44
45       -uURL, --url=URL
46              The repository URL. Any protocol supported by yum  is  supported
47              including http://, nfs://, file://. (Optional)
48
49       -tTYPE, --type=TYPE
50              The  type of repository to sync. Currently only yum is supported
51              and is the default. (Optional)
52
53       -f, --fail
54              By default if an error occurs with a single package, the rest of
55              the sync continues. When using this option, the entire sync will
56              terminate upon any error.
57
58       -q, --quiet
59              Do not print any output except for errors.
60

EXAMPLES

62       spacewalk-repo-sync --channel=my-custom-channel
63
64       spacewalk-remove-channel --channel=my-custom-channel --url=http://exam
65       ple.com/yum-repo/
66
67       spacewalk-remove-channel                    --channel=my-custom-channel
68       --url=file:///var/share/localrepo/
69
70       spacewalk-remove-channel --channel=my-custom-channel --url=http://exam
71       ple.com/mirrorlist.xml/
72

AUTHORS

74       Justin Sherrill <jsherril@redhat.com>
75
76
77
78Version 3.5.0                  18 November 2010         SPACEWALK-REPO-SYNC(8)
Impressum