Chris Lumens
fa219f27d0
- add reboot test (bcl)
...
- add correct halt command handling (bcl)
- return parsed object from assert_parse (bcl)
- The monitor command has been deprecated since F10. Get rid of it. (clumens)
- Add --hibernation option for swap size specification (vpodzime)
- Add leavebootorder test (hamzy)
2012-07-26 12:55:01 -04:00
Dennis Gilmore
4d46e31f13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-20 23:09:24 -05:00
Chris Lumens
b7a62bff43
- Support bootloader --leavebootorder for F18 and RHEL7 ( #824801 ) (pjones)
...
- Allow %include in %pre and %post (#827269 ) (bcl)
2012-06-19 16:08:02 -04:00
Chris Lumens
dde3b9b7e6
- Add --nontp option and a way to specify NTP servers to the timezone command (vpodzime)
...
- fix TypeError in network.py with ipv6 static addresses (wwoods)
- Layouts may include spaces, so put them in quotes (vpodzime)
2012-06-18 11:33:33 -04:00
Chris Lumens
a1a1105616
- pylint doesn't like .setter syntax at all. (clumens)
...
- Modify keyboard command to handle multiple layouts (vpodzime)
- Add support for F18. (vpodzime)
- Fix traceback if modules cannot be loaded when running tests (vpodzime)
2012-05-07 10:42:48 -04:00
Chris Lumens
ba14d7d617
- Add resize option to partition and logvol commands. (dlehman)
...
- Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman)
2012-04-02 13:53:47 -04:00
Chris Lumens
15f359dbaa
- Add __ne__ methods to every object with an __eq__ method. (clumens)
...
- Use the older exception syntax for python 2.4 compatibility. (clumens)
- Add an __eq__ method to the method command. (clumens)
2012-03-22 10:14:38 -04:00
Chris Lumens
1a580c105b
- Add support for RHEL7 ( #802369 ).
...
- Add a method to set a command back to its initial blank state.
- btrfs likes its raid levels in lower case. (#799154 ) (dlehman)
- iscsi: add support for interface binding to F17 (rvykydal)
- iscsi: add support for interface binding (#500273 ) (rvykydal)
2012-03-14 11:54:36 -04:00
Chris Lumens
3f08e6d66c
Add --type option to autopart command. (dlehman)
...
Add btrfs command. (dlehman)
2012-01-11 14:01:13 -05:00
Chris Lumens
3dfe73e190
Add --boot-drive option to bootloader command to pick boot drive. (dlehman)
...
Add support for F17. (clumens)
The guts of a script could include a line starting with a % (#746928 ). (clumens)
2011-11-15 13:36:07 -05:00
Chris Lumens
b3e8c61c1b
Don't error out if raid --useexisting is given with no members ( #741728 ). (clumens)
...
When %end is missing, include the unterminated section in the error message. (clumens)
2011-10-19 16:32:55 -04:00
Chris Lumens
3a0c54a6b5
reserved-space and --reserved-percent should be checked on a callback. (clumens)
...
Add a volgroup unit test, and fix a bug it uncovered. (clumens)
Add support for reserved space in volume group. (dlehman)
Allow a %include to come in the middle of a section (#733455 ). (clumens)
Add a test case for %include inside %packages. (clumens)
2011-09-14 15:28:17 -04:00
Chris Lumens
d7d3ba9293
Add support for 'autopart --nolvm' (jlaska)
...
Let's just use url.size instead. That's defined for both FTP and HTTP. (clumens)
Support end-of-line comments in the %packages section (#728563 ). (clumens)
2011-08-22 16:41:23 -04:00
Chris Lumens
41038b2ac9
Don't do "make po-pull" during installation. (clumens)
2011-06-27 13:50:38 -04:00
Chris Lumens
8a150366d1
Fix a couple Makefile typos. (clumens)
...
typo fix (vpodzime)
option for wpa wifi connection specification added (vpodzime)
Update Makefiles to work with new translation system. (clumens)
BuildRequires transifex-client. (clumens)
Ignore po/*.po files. (clumens)
Remove translation files. (clumens)
Add transifex-client configuration file. (clumens)
Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens)
2011-06-27 11:16:04 -04:00
Chris Lumens
5a6666fbb7
Add a way to tell how often a section has been handled. (clumens)
...
Add a NullSection that just ignores any section provided. (clumens)
Add test cases for the parser itself. (clumens)
Allow for defining your own kickstart %sections. (clumens)
The docs need to be fetched from an HTTPS location now. (clumens)
Write out --onboot=off if it's False. (clumens)
2011-06-07 15:28:02 -04:00
Chris Lumens
fd4cc79f4f
Add kickstart network --nodefroute option ( #668417 ) (rvykydal)
...
Add support for network --bootproto ibft option (#668417 ) (rvykydal)
Add network --activate option (#668417 ) (rvykydal)
Add support for F16. (clumens)
2011-04-05 10:44:40 -04:00
Chris Lumens
0015c007b6
- Add support for "logvol --label=" ( #677571 ). (clumens)
2011-02-18 14:01:03 -05:00
Dennis Gilmore
f6cd94cc62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 20:04:43 -06:00
Chris Lumens
525ff3f4b6
- Add support for "raid --label=" ( #670643 ). (clumens)
...
- --baseurl/--mirrorlist are no longer required for the repo command. (clumens)
- Make use of the "interactive" command an error. (clumens)
2011-01-19 16:52:30 -05:00
Chris Lumens
03738ac18b
- Remove preceededInclude= support ( #639372 ). (clumens)
...
- support noverifyssl on the rhel6-branch (method, repo) (#660340 ). (akozumpl)
- l10n: Added Low German translation (ncfiedler)
2010-12-10 15:23:53 -05:00
Chris Lumens
b3d1705451
- Move from pychecker to pylint, since the latter actually works.
...
- Lots of minor corrections for pylint.
- Add bootloader --iscrypted (#554870 ).
- Add support for F15.
2010-11-08 11:11:43 -05:00
Chris Lumens
5e17990289
New version.
2010-09-10 14:25:25 -04:00
dmalcolm
0287e933c4
- Rebuilt for
...
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 03:25:58 +00:00
Christopher Edward Lumens
8955c75b08
New version.
2010-07-20 14:01:49 +00:00
Christopher Edward Lumens
29f5761c6b
New version.
2010-07-08 20:52:49 +00:00
Christopher Edward Lumens
15afcd8458
New version.
2010-06-22 18:34:54 +00:00
Christopher Edward Lumens
88488011f4
New version.
2010-06-10 16:55:26 +00:00
Christopher Edward Lumens
c60173729d
New version.
2010-06-01 17:35:24 +00:00
Christopher Edward Lumens
a6c4d1634f
New version.
2010-04-23 17:39:23 +00:00
Christopher Edward Lumens
33322ebc0f
New version.
2010-04-14 21:08:38 +00:00
Christopher Edward Lumens
d8c8d5c93c
New version.
2010-03-31 15:00:18 +00:00
Christopher Edward Lumens
9f2eba02d7
New version.
2010-03-10 15:41:57 +00:00
Christopher Edward Lumens
a096c5b9ec
New version.
2010-01-14 19:16:34 +00:00
Christopher Edward Lumens
5455b32dfe
New version.
2009-12-03 21:09:22 +00:00
Hans de Goede
918687908d
- Add --dcb option to fcoe command ( #513011 )
...
- Remove rhpl from tests
- Port bootloader --hvargs option added in rhel5
- Ignore comments when looking for %ksappend lines (#525676 )
- Use python 2.x exception syntax
2009-11-25 11:55:32 +00:00
Christopher Edward Lumens
0674836ace
New version.
2009-11-12 20:49:01 +00:00
Christopher Edward Lumens
f1632b53e0
New version.
2009-09-30 15:16:03 +00:00
Christopher Edward Lumens
feb133bce7
New version.
2009-09-16 19:45:03 +00:00
Christopher Edward Lumens
f71c17d881
New version.
2009-09-10 14:33:03 +00:00
Christopher Edward Lumens
af303f0cdd
New version.
2009-08-27 19:47:03 +00:00
Christopher Edward Lumens
549c15bea3
New version.
2009-08-11 18:24:17 +00:00
Christopher Edward Lumens
2e56ab6638
New version.
2009-07-29 02:58:58 +00:00
Jesse Keating
d662476ca4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-26 19:53:18 +00:00
Christopher Edward Lumens
c5d3d01f26
New version.
2009-07-17 04:07:13 +00:00
Christopher Edward Lumens
81f386aae0
New version.
2009-07-10 21:43:51 +00:00
Christopher Edward Lumens
dbcb76245d
New version.
2009-07-10 00:58:15 +00:00
Christopher Edward Lumens
0c4a4af9fb
New version.
2009-07-02 14:46:55 +00:00
Christopher Edward Lumens
4e23ae5f09
New version.
2009-04-29 19:07:05 +00:00
Jesse Keating
478bfaa567
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-26 20:09:32 +00:00
Christopher Edward Lumens
7f593c43a3
New version.
2009-02-18 18:33:32 +00:00
Christopher Edward Lumens
352b1e697f
New version.
2009-01-29 22:42:50 +00:00
Christopher Edward Lumens
3e7f06cb3d
New version.
2009-01-10 22:03:04 +00:00
Christopher Edward Lumens
114adf73ca
New version.
2009-01-08 22:04:10 +00:00
Christopher Edward Lumens
798f1c91f3
New version.
2008-12-23 15:05:10 +00:00
Ignacio Vazquez-Abrams
1d371ca503
Rebuild for Python 2.6
2008-11-29 18:16:49 +00:00
Christopher Edward Lumens
35e8773415
New version.
2008-10-30 21:10:46 +00:00
Christopher Edward Lumens
c6bfdc5503
New version.
2008-10-27 17:14:35 +00:00
Christopher Edward Lumens
63b002cf5d
New version.
2008-10-14 20:51:57 +00:00
Christopher Edward Lumens
c3a2092d35
New version.
2008-09-22 19:46:28 +00:00
Christopher Edward Lumens
2becbfb71a
New version.
2008-09-03 20:34:59 +00:00
Christopher Edward Lumens
34d1c9a59d
New version.
2008-08-11 17:40:14 +00:00
Christopher Edward Lumens
78feb363f6
New version.
2008-08-01 19:32:24 +00:00
Christopher Edward Lumens
ee96f1a8e8
New version.
2008-07-15 17:30:15 +00:00
Christopher Edward Lumens
d9538103a5
New version.
2008-06-13 15:13:57 +00:00
Christopher Edward Lumens
562a3a82c5
New version.
2008-06-10 19:43:32 +00:00
Christopher Edward Lumens
aee54e1d34
New version.
2008-06-08 23:10:52 +00:00
Christopher Edward Lumens
7734417d32
New version.
2008-05-29 21:27:01 +00:00
Christopher Edward Lumens
84c755176f
New version.
2008-05-23 13:59:53 +00:00
Christopher Edward Lumens
e473d25923
New version.
2008-05-07 17:44:27 +00:00
Christopher Edward Lumens
184102ed89
New version.
2008-04-08 15:57:54 +00:00
Christopher Edward Lumens
47f9aafff3
New version.
2008-04-02 18:08:34 +00:00
Christopher Edward Lumens
8d159c27bc
New version.
2008-03-25 20:21:45 +00:00
Christopher Edward Lumens
0a0931b65a
New version.
2008-02-26 17:49:01 +00:00
Christopher Edward Lumens
67c320754a
New version.
2008-01-30 19:11:45 +00:00
Christopher Edward Lumens
5673166a33
New version.
2008-01-23 05:04:28 +00:00
Christopher Edward Lumens
a243101b14
New version.
2008-01-17 15:48:26 +00:00
Christopher Edward Lumens
6bb8f7e56c
New version.
2008-01-17 06:10:23 +00:00
Christopher Edward Lumens
d19f0617ff
New version.
2008-01-15 15:38:07 +00:00
Christopher Edward Lumens
41b8cfb6ed
New version.
2008-01-10 14:32:23 +00:00
Christopher Edward Lumens
a2189de856
Try the new build again.
2007-12-10 15:56:47 +00:00
Christopher Edward Lumens
39c445a708
New version.
2007-12-10 15:39:48 +00:00
Christopher Edward Lumens
2793fe27bf
New version.
2007-11-20 22:06:01 +00:00
Christopher Edward Lumens
a3a10de844
New version.
2007-11-06 20:20:11 +00:00
Christopher Edward Lumens
7c5067b63f
New version.
2007-10-31 14:52:57 +00:00
Christopher Edward Lumens
ada463cfc9
New version.
2007-10-23 14:46:31 +00:00
Christopher Edward Lumens
1e93161745
New version.
2007-10-18 18:56:43 +00:00
Christopher Edward Lumens
01ca222269
New version.
2007-10-04 18:55:55 +00:00
Christopher Edward Lumens
b8df3c3987
New version.
2007-10-03 20:21:01 +00:00
Christopher Edward Lumens
a5f83ab65a
New version.
2007-10-02 20:23:33 +00:00
Christopher Edward Lumens
8c166c4a84
New version.
2007-09-28 15:12:10 +00:00
Christopher Edward Lumens
0a9f6cb90c
New version.
2007-09-12 21:53:38 +00:00
Christopher Edward Lumens
0b22dcc032
New version.
2007-09-04 16:23:25 +00:00
Jeremy Katz
90a58c4532
- fix a few tracebacks
2007-09-03 23:57:34 +00:00
Christopher Edward Lumens
0e88f2f06f
New version.
2007-08-31 14:44:14 +00:00
Christopher Edward Lumens
81ccd999a4
New version.
2007-08-24 18:00:57 +00:00
Christopher Edward Lumens
a8cbe8f3eb
New release.
2007-08-13 14:48:29 +00:00
Christopher Edward Lumens
c90d020523
New version.
2007-08-09 19:03:27 +00:00
Christopher Edward Lumens
b3d8e5e5ac
New version.
2007-08-02 20:17:54 +00:00
Christopher Edward Lumens
0124319586
New release.
2007-07-19 20:27:34 +00:00
Christopher Edward Lumens
e9f53b4da4
New version.
2007-07-17 21:20:12 +00:00
Christopher Edward Lumens
98197ecc56
New version.
2007-07-17 15:08:18 +00:00
Christopher Edward Lumens
20300ca046
New version.
2007-07-16 15:46:05 +00:00
Christopher Edward Lumens
eb8298e052
New release.
2007-06-08 21:06:29 +00:00
Christopher Edward Lumens
37ea880c79
New version.
2007-06-04 18:36:57 +00:00
Christopher Edward Lumens
09fa57c0de
New version.
2007-05-14 14:05:43 +00:00
Christopher Edward Lumens
2dbb2b86c4
This is pykickstart version 1.0.
2007-04-13 16:13:26 +00:00
Christopher Edward Lumens
52dd7313a4
New version.
2007-03-19 21:25:33 +00:00
Christopher Edward Lumens
48e21ffe95
New version.
2007-03-07 20:15:48 +00:00
Christopher Edward Lumens
c8496a7d03
New version.
2007-02-26 22:18:23 +00:00
Christopher Edward Lumens
140a179a72
New version.
2007-02-21 22:12:40 +00:00
Christopher Edward Lumens
1b8e206a5d
New version.
2007-02-20 21:20:02 +00:00
Christopher Edward Lumens
471d87b969
New version.
2007-02-14 22:39:27 +00:00
Christopher Edward Lumens
eb0f33e523
New version.
2007-02-07 17:44:52 +00:00
Christopher Edward Lumens
d0f685884a
New version.
2007-01-31 23:12:18 +00:00
Christopher Edward Lumens
2ae1b05a16
New version.
2007-01-25 21:55:55 +00:00
Christopher Edward Lumens
c602835922
New version.
2007-01-19 21:30:26 +00:00
Christopher Edward Lumens
8215beff62
New version.
2007-01-17 21:53:11 +00:00
Christopher Edward Lumens
dd27886753
New version.
2007-01-16 19:29:52 +00:00
Christopher Edward Lumens
58dab4f897
New version.
2006-12-15 15:30:03 +00:00
Jeremy Katz
8f85324174
- rebuild against python 2.5
2006-12-07 16:05:46 +00:00
Christopher Edward Lumens
2bd5be3f00
New version.
2006-12-05 16:49:33 +00:00
Christopher Edward Lumens
ccc6bc3436
New version.
2006-12-01 17:28:10 +00:00
Christopher Edward Lumens
af7f11d286
Fix spec file and try again.
2006-11-30 19:23:28 +00:00
Christopher Edward Lumens
24cc5e6f8e
New version.
2006-11-30 19:16:06 +00:00
Christopher Edward Lumens
b40ef82161
New version for spec file changes.
2006-10-24 17:18:13 +00:00
Christopher Edward Lumens
a3c80b7631
New version.
2006-10-24 16:44:44 +00:00
Bill Nottingham
bc3edcf042
sync
2006-10-13 21:45:08 +00:00
Christopher Edward Lumens
8fdb4b33e7
New version.
2006-09-29 21:02:30 +00:00
Christopher Edward Lumens
4169a247be
New version.
2006-09-25 15:03:33 +00:00
Jeremy Katz
750beed833
- improved iscsi syntax
...
- allow multiple zfcp devs
2006-09-20 22:15:03 +00:00
Christopher Edward Lumens
98651f90c9
Bump version.
2006-07-20 18:52:06 +00:00
Christopher Edward Lumens
d42d0b491a
Bump version.
2006-06-20 20:47:00 +00:00
Christopher Edward Lumens
6f9cfea1bd
Bump version.
2006-06-06 13:58:23 +00:00
Christopher Edward Lumens
5fd7ff8ec0
Bump version.
2006-05-25 20:12:34 +00:00
Christopher Edward Lumens
a602d34fb9
Bump version.
2006-05-23 15:53:12 +00:00
Christopher Edward Lumens
4b95022428
Bump version.
2006-05-15 21:28:14 +00:00
Christopher Edward Lumens
4ab92a6e89
Bump version.
2006-05-04 20:47:54 +00:00
Christopher Edward Lumens
df3b186b52
Bump version.
2006-04-17 19:20:17 +00:00
Christopher Edward Lumens
8b1b0d5077
Bump version.
2006-03-27 21:01:41 +00:00
Christopher Edward Lumens
c00daa0540
Bump version.
2006-03-27 17:16:06 +00:00
Christopher Edward Lumens
1eb4f0fddb
Bump version.
2006-03-07 22:10:15 +00:00
Christopher Edward Lumens
b45a2c6e9b
Bump version.
2006-02-24 19:54:38 +00:00
Christopher Edward Lumens
fbb3abe77a
Bump version.
2006-02-17 20:48:02 +00:00
Christopher Edward Lumens
5639fcba64
Bump version.
2006-02-13 21:17:17 +00:00
Christopher Edward Lumens
a90f4705a8
Bump version.
2006-02-13 16:25:41 +00:00
Christopher Edward Lumens
75d1da419d
Bump version.
2006-02-09 20:57:34 +00:00
Christopher Edward Lumens
a3f0ca57d5
Bump version.
2006-02-01 22:03:30 +00:00
Christopher Edward Lumens
fb6bc61215
Bump version.
2006-01-31 21:44:01 +00:00
Peter Jones
0ea4a886a8
- update to 0.15
2006-01-31 16:43:05 +00:00