Skip to content

Commit

Permalink
fix links that point into the wiki
Browse files Browse the repository at this point in the history
Signed-off-by: Henne Vogelsang <[email protected]>
  • Loading branch information
hennevogel authored and adrianschroeter committed Jul 27, 2010
1 parent f338e36 commit 98aa12c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ Changes were from Marcus_H, poeml, dmueller, tpatzig.
0.99+patches (interim releases, including Wed Apr 2 16:36:40 CEST 2008)

- new command submitreq, to handle "submit requests" (next generation build
service feature). See http://en.opensuse.org/Build_Service/Collaboration
service feature). See http://en.opensuse.org/openSUSE:Build_Service_Collaboration
- new link handling:
add support for handling linked packages in expanded form. They
can be checked out, updated (expanding or unexpanding them),
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ stored in the keyring application.


USAGE EXAMPLES:
(online at http://en.opensuse.org/Build_Service/CLI )
(online at http://en.opensuse.org/openSUSE:OSC )

To list existing content on the server
osc ls # list projects
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CRITICAL:
apiurl/source/prj/pkg
The current working directory or its descendants should provide defaults
for apiurl, prj and/or pkg.
See also http://en.opensuse.org/Build_Service/Concepts/OscProjPack
See also http://en.opensuse.org/openSUSE:Build_Service_Concept_OscProjPack

MAJOR:

Expand Down
24 changes: 12 additions & 12 deletions osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
Type 'osc help <subcommand>' for more detailed help on a specific subcommand.
.PP
For additional information, see
* http://wiki.opensuse.org/openSUSE:Build_Service_Tutorial
* http://wiki.opensuse.org/openSUSE:OSC
* http://en.opensuse.org/openSUSE:Build_Service_Tutorial
* http://en.opensuse.org/openSUSE:OSC
.PP
You can modify osc commands, or roll you own, via the plugin API:
* http://wiki.opensuse.org/openSUSE:OSC_plugins
* http://en.opensuse.org/openSUSE:OSC_plugins
.SH AUTHOR
osc was written by several authors. This man page is automatically generated.
"""
Expand All @@ -47,11 +47,11 @@ class Osc(cmdln.Cmdln):
${help_list}
global ${option_list}
For additional information, see
* http://wiki.opensuse.org/openSUSE:Build_Service_Tutorial
* http://wiki.opensuse.org/openSUSE:OSC
* http://en.opensuse.org/openSUSE:Build_Service_Tutorial
* http://en.opensuse.org/openSUSE:OSC
You can modify osc commands, or roll you own, via the plugin API:
* http://wiki.opensuse.org/openSUSE:OSC_plugins
* http://en.opensuse.org/openSUSE:OSC_plugins
"""
name = 'osc'
conf = None
Expand Down Expand Up @@ -723,7 +723,7 @@ def do_meta(self, subcmd, opts, *args):
def do_submitrequest(self, subcmd, opts, *args):
"""${cmd_name}: Create request to submit source into another Project
[See http://wiki.opensuse.org/openSUSE:Build_Service_Collaboration for information
[See http://en.opensuse.org/openSUSE:Build_Service_Collaboration for information
on this topic.]
See the "request" command for showing and modifing existing requests.
Expand Down Expand Up @@ -1380,7 +1380,7 @@ def do_deleterequest(self, subcmd, opts, *args):
def do_changedevelrequest(self, subcmd, opts, *args):
"""${cmd_name}: Create request to change the devel package definition.
[See http://wiki.opensuse.org/openSUSE:Build_Service_Collaboration
[See http://en.opensuse.org/openSUSE:Build_Service_Collaboration
for information on this topic.]
See the "request" command for showing and modifing existing requests.
Expand Down Expand Up @@ -1458,7 +1458,7 @@ def do_changedevelrequest(self, subcmd, opts, *args):
def do_request(self, subcmd, opts, *args):
"""${cmd_name}: Show and modify requests
[See http://wiki.opensuse.org/openSUSE:Build_Service_Collaboration
[See http://en.opensuse.org/openSUSE:Build_Service_Collaboration
for information on this topic.]
This command shows and modifies existing requests. To create new requests
Expand Down Expand Up @@ -1895,7 +1895,7 @@ def do_aggregatepac(self, subcmd, opts, *args):
This can be used to make packages available from building that are
needed in a project but available only in a different project. Note
that this is done at the expense of disk space. See
http://wiki.opensuse.org/openSUSE:Build_Service_Tips_and_Tricks#_link_and__aggregate
http://en.opensuse.org/openSUSE:Build_Service_Tips_and_Tricks#_link_and__aggregate
for more information.
The DESTPAC name is optional; the source packages' name will be used if
Expand Down Expand Up @@ -2026,7 +2026,7 @@ def do_copypac(self, subcmd, opts, *args):
def do_mbranch(self, subcmd, opts, *args):
"""${cmd_name}: Multiple branch of a package
[See http://wiki.opensuse.org/openSUSE:Build_Service_Concept_Maintenance
[See http://en.opensuse.org/openSUSE:Build_Service_Concept_Maintenance
for information on this topic.]
This command is used for creating multiple links of defined version of a package
Expand Down Expand Up @@ -2095,7 +2095,7 @@ def do_mbranch(self, subcmd, opts, *args):
def do_branch(self, subcmd, opts, *args):
"""${cmd_name}: Branch a package
[See http://wiki.opensuse.org/openSUSE:Build_Service_Collaboration
[See http://en.opensuse.org/openSUSE:Build_Service_Collaboration
for information on this topic.]
Create a source link from a package of an existing project to a new
Expand Down
2 changes: 1 addition & 1 deletion osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</useforbuild>
Please have a look at:
http://wiki.opensuse.org/Restricted_formats
http://en.opensuse.org/Restricted_formats
Packages containing formats listed there are NOT allowed to
be packaged in the openSUSE Buildservice and will be deleted!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run(self):
license = 'GPL',
platforms = ['Linux','Mac OSX','Windows XP/2000/NT','Windows 95/98/ME'],
keywords = ['openSUSE', 'SUSE', 'RPM', 'build', 'buildservice'],
url = 'http://en.opensuse.org/Build_Service/CLI',
url = 'http://en.opensuse.org/openSUSE:OSC',
download_url = 'http://gitorious.org/opensuse/osc',

packages = ['osc', 'osc.util'],
Expand Down

0 comments on commit 98aa12c

Please sign in to comment.