0
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
As always, don't forget to add changelog entry
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Some test fixes; tests for special cases deserve their own methods
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Add transformer for PHP specific commands
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Add some more links to sites dealing with SCLs
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Include tests in source distribution, but don't install them
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Version 0.3.1
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Some more tests for python transformer
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Fix the regexp in python transformer
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Update changelog
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
The sclize_all_commands method mustn't place multiple 'scl enable' around command
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Really very basic testing of Python transformers (TODO: test more)
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Typo in tests
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Fix the test method names :)
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Use a helper function for displaying help - use more verbose format - thanks to Jaromir Hradilek More... almost 13 years ago
Use better solution for handling buildroot actions for scls - add scl specific scriptlets that handle scl actions in buildroot correctly More... almost 13 years ago
Correctly process files in SCL relocated buildroot after installation More... almost 13 years ago
Add argparse to install_requires for python < 2.7, fixes #1
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Use more subtle mechanism to figure packages belonging into a collection - fix makefile so that optimization flags don't get ignored - fix argument parsing More... almost 13 years ago
Bump version to 0.3.0
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Update readme
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Change the help text, so that we don't have to care about encoding problems
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Handle virtual dependencies with spaces in braces
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Add option to add the %{scl}-runtime dependency
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Rename to spec2scl, bunch of changelog entries
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Add Perl specific transformers
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Finding whole command has to start from the match beginning, otherwise we may find something previous, that matches the found string, but not pattern (see the included test case)
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Enable the decorators to compile multiline patterns
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Enable handling 'ruby' command - still needs some attention
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
A minor fix in Python-specific transformer
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago
Improve the command_needs_heredoc_for_execution method and test it
Slavek Kabrda
as Bohuslav Kabrda
More... almost 13 years ago