Rally 0.4.94 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Rally 0.4.94 (Default branch)
# 1  
Old 01-27-2009
Rally 0.4.94 (Default branch)

Rally is a software component with a user interface which allows you to install, update, and remove packages on RPM based operating systems. Primary functions (downloading software packages from network repositories and their installation) may be performed in parallel, giving a vast performance boost in many typical situations. The user interface is split into two independent parts: a graphical one and a command line utility. The graphical interface contains package searching and category browsing functions. Rally assumes the Fedora project as a reference platform. License: BSD License (revised) Changes:
A "timeout" parameter was added to specify the maximum waiting time for the downloader. Three situations were fixed which could lead to a crash in the GUI. CLI enhancements: the actualization command was implemented (install or update); the ability to enable and disable repositories was added; the (-I) modifier was added to disable the network scanning before generating a report. The "noenforce" parameter was added, which allows you to switch SELinux to the Permissive mode automatically. Various visual improvements were made in the GUI. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TAP2RPM(1)																TAP2RPM(1)

NAME
tap2rpm - create RPM packages which wrap .tap files SYNOPSIS
tap2rpm [options] DESCRIPTION
Create a set of RPM/SRPM packages in the current directory -t, --tapfile <tapfile> Build the application around the given .tap (default twistd.tap) -y, --type <type> The configuration has the given type . Allowable types are tap, source, xml and python. The first three types are mktap output for- mats, while the last one is a manual building of application (see twistd(1), the -y option). -p, --protocol <protocol> The name of the protocol this will be used to serve. This is intended as a part of the description. Default is the name of the tap- file, minus any extensions. -d, --rpmfile <rpmfile> The name of the RPM package. Default is 'twisted-'+protocol. -V, --set-version <version> The version of the RPM package. The default is 1.0 -e, --description <description> The one-line description. Default is uninteresting. -l, --long_description <long_description> A multi-line description. Default is explanation about this being an automatic package created from tap2rpm. -m, --maintainer <maintainer> The maintainer, as "Name Lastname <email address>". This will go in the meta-files. --version Output version information and exit. AUTHOR
tap2rpm was written by Sean Reifschneider based on tap2deb by Moshe Zadka. This man page is heavily based on the tap2deb man page by Moshe Zadka. REPORTING BUGS
To report a bug, visit http://twistedmatrix.com/trac/wiki/TwistedDevelopment#FilingTickets for more information. COPYRIGHT
Copyright (C) 2000-2009 Twisted Matrix Laboratories. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. July 2001 TAP2RPM(1)