Commit Graph

  • ee6c6933d1 - Merge pull request #16 from atodorov/commands_partition_updates (clumens) - Merge pull request #15 from atodorov/fix_zanata_warning (clumens) - cover some corner cases in the current partitioning test revealed by python-coverage (atodorov) - Merge pull request #14 from atodorov/check_if_nosetests_is_installed (clumens) - Remove unnecessary part_cb() and related __init__() methods (atodorov) - fix: Warning, the url https://fedora.zanata.org/, contains / at end,please check your URL in zanata.xml (atodorov) - if zanata and coverage are not installed make the error messages more platform independent (atodorov) - check if nosetest is installed and abort with error if not (atodorov) - Merge pull request #13 from vpodzime/master-ntp_pools (clumens) - Adapt the Timezone class to support NTP pools (vpodzime) - Update kickstart-docs.rst (jkonecny) - RHEL7 now supports the reqpart command, too. (clumens) - Use isinstance instead of type. (clumens) - Add a missing space before --profile= on the logvol command. (clumens) - Add some missing removedKeywords/removedAttrs setting. (clumens) Chris Lumens 2015-06-02 10:38:36 -0400
  • a3b8db9d7a - Ignore some pylint warnings in the tools/ directory. (clumens) - Move most pylint disable pragmas onto the line they apply to. (clumens) - Allow skipping the errors on unknown sections. (clumens) Chris Lumens 2015-04-28 15:36:58 -0400
  • d3352c12b4 New version. Chris Lumens 2015-04-21 15:24:09 -0400
  • 12c0ffd1be - Add a new command to only make those partitions required by the platform. (clumens) - btrfs levels should be handled the same way as RAID levels. (clumens) - Include test cases for lower-cased and just numeric versions of RAID levels. (clumens) - Two more docs fixes. (clumens) Chris Lumens 2015-04-17 14:33:21 -0400
  • 1b0b570d90 - Move docs to the correct file name. (clumens) - Handle two-digit version numbers on this branch. (clumens) - Merge pull request #5 from vpodzime/master-python3 (clumens) - RHEL7 now uses the F21 versions of commands, typically. (clumens) - Handle a %include line that starts with whitespace in a section. (clumens) - Treat "RAID" as uppercased at all times. (clumens) - Add support for Fedora 23. (clumens) - Merge pull request #6 from vpodzime/master-docs (clumens) - Switch from transifex to zanata. (clumens) - Let's have the docs in the repository (vpodzime) - Prevent recursion in hasattr and __getattr__ (vpodzime) Chris Lumens 2015-04-14 14:36:57 -0400
  • b127559ca0 - And then BuildRequires pocketlint. (clumens) - Fix the couple last pylint warnings. (clumens) - Tell pylint to ignore a couple places where we catch all exceptions. (clumens) - Don't use [] as a default argument to loadModules. (clumens) - Define bytesPerInode in __init__ methods. (clumens) - Don't pointlessly redefine the command attr in some tests. (clumens) - tstList -> tests (clumens) - lan -> len (clumens) - Fix wildcard imports and other import-related pylint problems. (clumens) - Remove some unused variables. (clumens) - Fix string substitutions into translatable strings. (clumens) - Start using pocketlint to run pylint. (clumens) Chris Lumens 2015-03-24 12:05:09 -0400
  • 7f9716dc3d - Both library packages need to require python-six of some variety (#1195715). (clumens) - Fix the python-six requirement for python3-kickstart (#1195719). (clumens) Chris Lumens 2015-02-26 16:09:36 -0500
  • 2c7022d05b And do the right BuildRequires, too. Chris Lumens 2015-02-20 14:39:32 -0500
  • fed7f08987 - Make sure pykickstart requires some version of the library. (clumens) - Split into python2 and python3 specific packages. (clumens) - Look for translations in their new location. (clumens) - Install .mo files into the python site-packages directory. (clumens) - Merge pull request #3 from tradej/python3 (clumens) - Fixed pylint warnings (tradej) - Fixed executables in tools + related parts of pykickstart.parser. (tradej) - Explicitly closing files. Python 3 tests work now. (tradej) - Implemented rich comparison for parser.Group. (tradej) - Error parsing in test.commands.logvol matches Python 3's optparse. (tradej) - Keeping order of contents in the %packages section with OrderedSet (under MIT license). (tradej) - Redefined _ in pykickstart.i18n, importing. (tradej) - Fixed assertRaisesRegexp function in Python3. (tradej) - Replaced string.strip(pkgs) with str(pkgs).strip(). (tradej) - Adapted Makefile to allow running tests under Python 3. (tradej) - Converted syntax to Python 3-compatible (rhbz#985310) (tradej) - Fix a problem pylint caught with the last patch merge. (clumens) - Make sure pykickstart/*/*py messages get included in pykickstart.pot. (clumens) - Merge pull request #2 from tradej/urlgrabber (clumens) - Replaced URLGrabber with requests (rhbz#1141245) (tradej) - Remove --nobase as an option. (clumens) - Add support to rhel6 for specifying thin pool profile (vpodzime) - Add support to rhel6 for custom layouts using lvm thin provisioning. (dlehman) Chris Lumens 2015-02-20 14:20:11 -0500
  • 23e475a387 - network: add support for bridge to F22 (#1075195) (rvykydal) - Use %license in pykickstart.spec (bcl) Chris Lumens 2015-01-30 11:25:08 -0500
  • e2e10c89e1 - Add support for setting user account ssh key (bcl) - Add = to the output for various network options (#1171926). (clumens) - When ksflatten fails, return a failure code (#1162881). (clumens) Chris Lumens 2014-12-15 14:09:48 -0500
  • ffe40499a6 - Get rid of an unused variable. (clumens) - network: add support for bridge to RHEL7 (#1075195) (rvykydal) - Add new RHEL7 logvol objects to master (vpodzime) - Add new RHEL7 volgroup objects to master (vpodzime) - RHEL7 supports the ostreesetup command. (clumens) Chris Lumens 2014-11-24 10:45:52 -0500
  • e7277c5317 - Move the test for --nombr option to the right class (vpodzime) - Add the --nombr bootloader option in pykickstart (gczarcinski) Chris Lumens 2014-10-10 11:08:42 -0400
  • 5e72424b68 - Allow recommended flag for non-prexisting logical volumes (#1149718) (amulhern) - Apply a couple more 2to3 fixes, still avoiding the hard ones.(#985310). (clumens) - Apply the obvious easy changes from 2to3 (#985310). (clumens) Chris Lumens 2014-10-07 14:56:47 -0400
  • cd00eaa280 - Add support for specifying thin pool profile (vpodzime) - Add missing import (mkolman) - Add tests for --interfacename validation (mkolman) - Validate network interface name when parsing the kickstart (#1081982) (mkolman) Chris Lumens 2014-10-03 14:20:00 -0400
  • 864396457d - Make --size and --percent mutually exclusive in logvol. (dlehman) - Add support for F22. (clumens) Chris Lumens 2014-09-24 16:25:25 -0400
  • fe79ad6e5a - Some tests for --size and --percent (#1117908) (amulhern) - Update tests where necessary with --size flag (#1117908) (amulhern) - Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern) - Check the regular expression when asserting a parse error (#1117908) (amulhern) - Do not reference non-existant attribute (#1117908) (amulhern) - Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern) - Remove --disable-override from tx arguments. (clumens) - Add the bootloader --disabled option for RHEL7 as well. (clumens) Chris Lumens 2014-09-17 14:42:56 -0400
  • 376f1bde6b Add --install flag to repo command (#1119867) (bcl) Chris Lumens 2014-08-12 11:58:29 -0400
  • c3335c9a1f - Replace python-setuptools-devel BR with python-setuptools (toshio). - Add autopart --fstype support (#1112697) (bcl) - Add some more tests to bump up the "make coverage" numbers. (clumens) Chris Lumens 2014-07-02 10:10:26 -0400
  • 08dc99a7b7 Replace python-setuptools-devel BR with python-setuptools Toshio Kuratomi 2014-06-30 14:02:28 -0700
  • cc3c1ffaf9 - Add support for --disklabel to clearpart (#1078537) (bcl) - Make print statements Python 3 compatible (mkolman) Chris Lumens 2014-06-19 13:13:23 -0400
  • 36dfaf7756 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild Dennis Gilmore 2014-06-07 13:01:51 -0500
  • aef4e98737 - Do not set any magic default PE size in pykickstart (vpodzime) - ostreesetup: Fix noGpg attribute (walters) - Fix bogus changelog in pykickstart.spec (sagarun) - Stop shipping a ChangeLog file. (clumens) - We can use descriptive pylint message names on the command line, too. (clumens) Chris Lumens 2014-05-16 14:55:12 -0400
  • c15e010e20 - Move ks tools from optparse to argparse (#1083913). (clumens) - Use descriptive pylint messages instead of numbers. (clumens) - Fix up some printing problems in some of the tools. (clumens) - Add support for the --listversions option to ksverdiff too. (clumens) - Run pylint on tools/, and fix up all the errors. (clumens) - disable-msg -> disable for pylint. (clumens) Chris Lumens 2014-04-22 11:26:51 -0400
  • bb6def8203 - ostreesetup: New command (walters) - Move commandMap and dataMap setting into the individual handler classes. (clumens) Chris Lumens 2014-03-31 16:08:40 -0400
  • 49c19b39d7 - Take care of all the unused argument warnings. (clumens) - Take care of all the unused variable warnings. (clumens) - Remove unused imports. (clumens) - Don't do relative import any more, either. (clumens) - Stop doing wildcard imports. (clumens) - Add an option to disable even installing the core group. (clumens) Chris Lumens 2014-03-21 10:30:36 -0400
  • cc04496e76 - Use the correct indentation for the new network stuff. (clumens) - Add network --interfacename option for vlans (#1061646) (rvykydal) Chris Lumens 2014-03-18 10:25:18 -0400
  • 821518ecb4 - Add a new bootloader --disabled option (#1074522). (clumens) - Add support for F21. (clumens) - Fix an error on the printing side of handling environments. (clumens) - Add support for fcoe --autovlan option (#1055779) (rvykydal) Chris Lumens 2014-03-17 14:32:06 -0400
  • de2b2dfec0 - Provide syntax for specifying environments (#1061296). (clumens) - Use the correct LogVolData object (#1058520). (clumens) - Don't do string comparisons in "make test" (#1057573). (clumens) Chris Lumens 2014-02-05 16:18:53 -0500
  • c5fe07da04 - Specify a kickstart version when running package-related tests. (clumens) - We need python-urlgrabber to do builds now. (clumens) Chris Lumens 2013-11-25 15:20:53 -0500
  • 21f12766ef We need python-urlgrabber to do builds now. (clumens) Chris Lumens 2013-11-25 14:38:57 -0500
  • 0406b8d903 - Add missing version bumps for RHEL7 command control map (#1032738) (mkolman) - Run "make test" as part of the RPM build process (#1025226). (clumens) - Include test cases in the source distribution. (clumens) - With the previous patch, RAID test formatting needs to change. (clumens) - Do not add a list of PVs or RAID members when writing out --useexisting (#1021274). (clumens) - Raise an error if bootloader --boot-drive gets more than one argument. (clumens) Chris Lumens 2013-11-25 14:12:16 -0500
  • 186501272d - Add support for network team devices (#1003591) (rvykydal) - Work on test coverage a little bit. (clumens) - Don't use OrderedDict. (clumens) - Add tests for tmpfs usage (mkolman) - Add tmpfs support (#918621) (mkolman) Chris Lumens 2013-11-14 09:42:02 -0500
  • 734b7ffda8 Set bootloader location constructor default value to "none" (#916529) (amulhern) Chris Lumens 2013-11-03 16:55:01 -0500
  • 57a8668243 method getattr should default to handler.url (bcl) Related: rhbz#1016801 Chris Lumens 2013-10-25 14:26:17 -0400
  • ef3d25e2e7 Use F20_Raid for RHEL7. (#997146) (dlehman) Chris Lumens 2013-10-16 13:18:47 -0400
  • cc5ecfc183 - Remove a triple-X message that is no longer needed (mkolman) - Add --remove-service option for the firewall command (#1016008) (mkolman) Chris Lumens 2013-10-08 14:31:14 -0400
  • 84d0b3f4ee New 'eula' command (#1000409) (vpodzime) Chris Lumens 2013-09-25 14:31:40 -0400
  • 7fdb84adcb Only BuildRequire transifex on OSes that include it. Chris Lumens 2013-09-24 13:39:20 -0400
  • a48ae5f66f Don't error out if volgroup --useexisting is given with no members. (clumens) Chris Lumens 2013-09-24 10:32:10 -0400
  • 164a34db24 - Call the right attribute method (#1004889) (bcl) - Reset method seen attrs when switching method (#1004889) (bcl) Chris Lumens 2013-09-10 15:16:23 -0400
  • 4fa23556b6 - Return None for attributes if no method has been set (#1001081) (dshea) - Fix up a couple pylint errors in the tools. (clumens) Brian C. Lane 2013-09-03 16:33:19 -0700
  • 6be5b6f344 - Correct exception raising style. (clumens) - Fix up how we call pylint for 1.0.0. (clumens) - Set method.method when attempted. (dshea) Chris Lumens 2013-08-21 10:05:43 -0400
  • fd93081cb9 - When method.method is set, also set the right seen attribute (#994553). (clumens) - Add tests for incorrect command usage detection (mkolman) - Add class for independent multi-line command sequence tests (mkolman) - Raise an error if autopart is combined with partitioning commands (#886010) (mkolman) Chris Lumens 2013-08-19 13:42:50 -0400
  • 39fd4f9706 - Add aliases for all the old method classes (#986069). (clumens) - Check syntax version before issuing a deprecation warning (#972098). (clumens) Chris Lumens 2013-07-29 17:23:27 -0400
  • 883cc28de8 - Always create self.handler on-demand in the test cases. (clumens) - Also set the seen attribute when __call__ is used. (clumens) - Mark the upgrade command as deprecated. (clumens) - Add the method test case back in. (clumens) - Set the seen attribute when parsing in test cases, too. (clumens) - Add a proxy method command object. (clumens) - Add an interactive kickstart shell command, ksshell. (clumens) - Fix string substitution errors in translatable text. (clumens) - Break the method command out into individual commands. (clumens) Chris Lumens 2013-07-15 16:54:43 -0400
  • 455b2e41f2 - Add support for lvm thin provisioning. (dlehman) - Add support for F20. (clumens) - Add a new test for the group command. (clumens) - In the test cases, error on all non-deprecation warnings. (clumens) - Remove unused imports from the test suite. (clumens) Chris Lumens 2013-07-09 14:25:59 -0400
  • 1810ef2605 - transifex.net is now transifex.com (bcl) - Update raid --device to be an array name specifier. (dlehman) - Add more tests for the realm command (mkolman) - RHEL7 is now more or less based on F19, at least for kickstart. (clumens) - realm: Fix --no-password option (stefw) - Add man pages for all programs (#948440). (clumens) Chris Lumens 2013-06-14 11:24:54 -0400
  • 9d07e79db6 Fix F18/F19 cdrom methods (bcl) Chris Lumens 2013-05-15 14:24:29 -0400
  • b78cc96347 - Add support for the realm command (mkolman) - Add liveimg install method (bcl) Chris Lumens 2013-05-09 17:47:53 -0400
  • 2af6add78d add --extlinux option (mattdm) Chris Lumens 2013-05-09 10:43:37 -0400
  • 539093b812 - Add network --ipv6gateway option (#905226) (rvykydal) - Add lang --addsupport option (#912364) (rvykydal) Chris Lumens 2013-04-23 10:02:29 -0400
  • af1a6a774d A new user's group should default to None, not 0 (#929204). (clumens) Chris Lumens 2013-04-10 16:06:52 -0400
  • 9f6e29b1d0 - parser.py: Allow shlex to strip lines (fedora.dm0) - Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens) - Add gid attribute to User command and associated data structure (msivak) - Make sure tests can run and report import errors (bcl) - Add network --vlanid option to Fedora. (rvykydal) Chris Lumens 2013-03-22 11:05:27 -0400
  • e949a7c795 - pylint appears to have gotten pickier. (clumens) - Fix typo in --wpakey string representation method (rvykydal) - Also add the F19 handler file. (clumens) - Don't strip the newline from reboot or shutdown commands (#915013). (clumens) - Add bonding support to RHEL 7 (rvykydal) - Add bonding support to F19 (rvykydal) - Add support for F19 (rvykydal) Chris Lumens 2013-03-04 12:09:05 -0500
  • 33f006b98f Add a seen attribute to commands, sections, and the packages object. (clumens) Chris Lumens 2013-02-13 11:02:40 -0500
  • 8e7dc51afc - Don't print any of the autopart command if autopart is disabled (#888841). (clumens) - Call sys.exit instead of os._exit (#891419, gconradi AT factset.com). (clumens) - Beware of possible unicode strings (#876293) (vpodzime) - Remove the lang.apply method (#882186). (clumens) - Add 'make coverage' command to the make file (stefw) Chris Lumens 2013-01-14 15:51:17 -0500
  • d16fdea0b8 - Add support for url --mirrorlist, needed by anaconda (#868558). (clumens) - Only write out a logging line if one was provided (#873242). (clumens) - If no timezone was provided, do not write out an empty timezone command. (clumens) Chris Lumens 2012-11-20 16:46:24 -0500
  • 59341d1b88 Add support for layout switching options (vpodzime) Chris Lumens 2012-10-24 11:53:14 -0400
  • bc8abac9bd - Disable pylint warnings related to the previous patch. (clumens) - Revert "Fix superclass constructor call in F18_Keyboard." (clumens) - Fix superclass constructor call in F18_Keyboard. (dlehman) - Add cipher option for encrypting block devices. (dlehman) - Change keyboard command to accept VConsole keymap and X layouts (vpodzime) - add unsupported_hardware command (#824963) (bcl) Chris Lumens 2012-10-15 14:03:22 -0400
  • 6ce3c673d1 - bonding support: add network --bondslaves --bondopts options (rvykydal) - vlan support: add network --vlanid option. (rvykydal) Chris Lumens 2012-09-14 13:19:52 -0400
  • 7891659301 - Fix the multilib package test case. (clumens) - Add support for --multilib option to %packages. (dlehman) - Mark --nobase as deprecated. (notting) Chris Lumens 2012-09-06 15:41:53 -0400
  • 873c41700c Add ksdata.network.hostname (readonly) property (rvykydal) Chris Lumens 2012-08-28 16:39:27 -0400
  • 92c653102e Add swap --hibernation to logvol command (vpodzime) Chris Lumens 2012-08-22 15:39:26 -0400
  • 5e6a09b2c0 No argument needs to be given to rootpw if you're just locking the account. (clumens) Chris Lumens 2012-08-09 10:47:30 -0400
  • 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) Chris Lumens 2012-07-26 12:55:01 -0400
  • 4d46e31f13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild Dennis Gilmore 2012-07-20 23:09:24 -0500
  • b7a62bff43 - Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones) - Allow %include in %pre and %post (#827269) (bcl) Chris Lumens 2012-06-19 16:08:02 -0400
  • 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) Chris Lumens 2012-06-18 11:33:33 -0400
  • 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) Chris Lumens 2012-05-07 10:42:48 -0400
  • ba14d7d617 - Add resize option to partition and logvol commands. (dlehman) - Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman) Chris Lumens 2012-04-02 13:53:47 -0400
  • 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) Chris Lumens 2012-03-22 10:14:38 -0400
  • 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) Chris Lumens 2012-03-14 11:54:36 -0400
  • 3f08e6d66c Add --type option to autopart command. (dlehman) Add btrfs command. (dlehman) Chris Lumens 2012-01-11 14:01:13 -0500
  • 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) Chris Lumens 2011-11-15 13:36:07 -0500
  • 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) Chris Lumens 2011-10-19 16:32:55 -0400
  • 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) Chris Lumens 2011-09-14 15:17:59 -0400
  • 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) Chris Lumens 2011-08-22 16:41:23 -0400
  • 41038b2ac9 Don't do "make po-pull" during installation. (clumens) Chris Lumens 2011-06-27 13:50:38 -0400
  • 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) Chris Lumens 2011-06-27 11:16:04 -0400
  • 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) Chris Lumens 2011-06-07 15:28:02 -0400
  • 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) Chris Lumens 2011-03-25 13:32:02 -0400
  • 0015c007b6 - Add support for "logvol --label=" (#677571). (clumens) Chris Lumens 2011-02-18 14:01:03 -0500
  • f6cd94cc62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild Dennis Gilmore 2011-02-08 20:04:43 -0600
  • 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) Chris Lumens 2011-01-19 16:52:30 -0500
  • 03738ac18b - Remove preceededInclude= support (#639372). (clumens) - support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl) - l10n: Added Low German translation (ncfiedler) Chris Lumens 2010-12-10 15:23:53 -0500
  • 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. Chris Lumens 2010-11-08 11:11:43 -0500
  • 5e17990289 New version. Chris Lumens 2010-09-10 14:25:08 -0400
  • c08d32a109 dist-git conversion Fedora Release Engineering 2010-07-29 10:04:18 +0000
  • 0287e933c4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild dmalcolm 2010-07-22 03:25:58 +0000
  • 8955c75b08 New version. Christopher Edward Lumens 2010-07-20 14:01:49 +0000
  • 29f5761c6b New version. Christopher Edward Lumens 2010-07-08 20:52:49 +0000
  • 15afcd8458 New version. Christopher Edward Lumens 2010-06-22 18:34:54 +0000
  • 88488011f4 New version. Christopher Edward Lumens 2010-06-10 16:55:26 +0000
  • c60173729d New version. Christopher Edward Lumens 2010-06-01 17:35:24 +0000
  • a6c4d1634f New version. Christopher Edward Lumens 2010-04-23 17:39:23 +0000
  • 33322ebc0f New version. Christopher Edward Lumens 2010-04-14 21:08:38 +0000
  • d8c8d5c93c New version. Christopher Edward Lumens 2010-03-31 15:00:18 +0000
  • 9f2eba02d7 New version. Christopher Edward Lumens 2010-03-10 15:41:57 +0000
  • a096c5b9ec New version. Christopher Edward Lumens 2010-01-14 19:16:34 +0000