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
GO(1)							      General Commands Manual							     GO(1)

NAME
go - tool for managing Go source code SYNOPSIS
go command [arguments] DESCRIPTION
The Go distribution includes a command, named go, that automates the downloading, building, installation, and testing of Go packages and commands. COMMANDS
Each command is documented in its own manpage. For example, the build command is documented in go-build(1). The commands are: build compile packages and dependencies clean remove object files doc run godoc on package sources env print Go environment information fix run go tool fix on packages fmt run gofmt on package sources get download and install packages and dependencies install compile and install packages and dependencies list list packages run compile and run Go program test test packages tool run specified go tool version print Go version vet run go tool vet on packages EXAMPLES
TODO SEE ALSO
go-build(1), go-clean(1). AUTHOR
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others). 2012-05-13 GO(1)