Skip to content

Commit f23035f

Browse files
committed
Remove most references to aeolusproject.
Since Oz is now run standalone, we want to update the links and documentation to point to the new place. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 3658319 commit f23035f

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

debian/README.Debian

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
oz for Debian
22
-------------
33

4-
This is an experimental Oz package for Debian. Please send bug
5-
reports to the Aeolus Project mailing list:
4+
This is an experimental Oz package for Debian. Please open bug
5+
reports on the github issue tracker:
66

7-
http://aeolusproject.org/contact.html#developer
7+
http://github.com/clalancette/oz/issues
88

99
-- Richard Jones <[email protected]> Thu, 22 Sep 2011 16:17:34 +0100

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Section: python
44
Priority: optional
55
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3)
66
Standards-Version: 3.9.4
7-
Homepage: http://aeolusproject.org/oz.html
7+
Homepage: http://github.com/clalancette/oz/wiki
88
Vcs-Git: git://github.com/clalancette/oz.git
99
X-Python-Version: >= 2.6
1010

man/oz-examples.1

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ then run an automated install in a KVM guest.
120120
Assuming the initial install succeeds, Oz will then boot the operating
121121
system and run native commands to install the additional packages.
122122
For more information about why this approach is used, please see the
123-
Oz Architecture document at http://aeolusproject.org/oz-architecture.html
123+
Oz Architecture document at
124+
http://github.com/clalancette/oz/wiki/Oz-architecture.
124125

125126
Assuming this final step succeeds, the operating system with the
126127
additional packages will be installed on a file in
@@ -224,7 +225,7 @@ Assuming the initial install succeeds, Oz will then boot the operating
224225
system and run native commands to setup the additional repositories
225226
and install the additional packages. For more information about why
226227
this approach is used, please see the Oz Architecture document at
227-
http://aeolusproject.org/oz-architecture.html
228+
http://github.com/clalancette/oz/wiki/Oz-architecture.
228229

229230
Assuming this final step succeeds, the operating system with the
230231
additional packages will be installed on a file in
@@ -274,7 +275,8 @@ then run an automated install in a KVM guest.
274275
Assuming the initial install succeeds, Oz will then boot the operating
275276
system and run native commands to upload the files specified in the TDL.
276277
For more information about why this approach is used, please see the
277-
Oz Architecture document at http://aeolusproject.org/oz-architecture.html
278+
Oz Architecture document at
279+
http://github.com/clalancette/oz/wiki/Oz-architecture.
278280

279281
Assuming this final step succeeds, the operating system with the
280282
additional files will be installed on a file in
@@ -325,7 +327,8 @@ then run an automated install in a KVM guest.
325327
Assuming the initial install succeeds, Oz will then boot the operating
326328
system and run native commands to upload the files specified in the TDL.
327329
For more information about why this approach is used, please see the
328-
Oz Architecture document at http://aeolusproject.org/oz-architecture.html
330+
Oz Architecture document at
331+
http://github.com/clalancette/oz/wiki/Oz-architecture.
329332

330333
Assuming this final step succeeds, the operating system with the
331334
additional files will be installed on a file in
@@ -376,7 +379,8 @@ then run an automated install in a KVM guest.
376379
Assuming the initial install succeeds, Oz will then boot the operating
377380
system and run native commands to upload the files specified in the TDL.
378381
For more information about why this approach is used, please see the
379-
Oz Architecture document at http://aeolusproject.org/oz-architecture.html
382+
Oz Architecture document at
383+
http://github.com/clalancette/oz/wiki/Oz-architecture.
380384

381385
Assuming this final step succeeds, the operating system with the
382386
additional files will be installed on a file in

oz/Mageia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def get_class(tdl, config, auto, output_disk=None, netdev=None, diskbus=None,
111111
"""
112112
if tdl.update in ["4"]:
113113
return MageiaGuest(tdl, config, auto, output_disk, netdev, diskbus,
114-
macaddress)
114+
macaddress)
115115

116116
def get_supported_string():
117117
"""

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def run(self):
6060
version=VERSION,
6161
description='Oz automated installer',
6262
author='Chris Lalancette',
63-
author_email='clalance@redhat.com',
63+
author_email='clalancette@gmail.com',
6464
license='LGPLv2',
65-
url='http://aeolusproject.org/oz.html',
65+
url='http://github.com/clalancette/oz',
6666
package_dir={'oz': 'oz'},
6767
package_data={'oz': ['auto/*', '*.rng']},
6868
packages=['oz'],

0 commit comments

Comments
 (0)