Skip to content

Instantly share code, notes, and snippets.

@hgomez
Created January 17, 2013 15:49
Show Gist options
  • Select an option

  • Save hgomez/4556918 to your computer and use it in GitHub Desktop.

Select an option

Save hgomez/4556918 to your computer and use it in GitHub Desktop.
Installing crash from devops-incubator packages

Installing crash from devops-incubator project packages

devops-incubator rpms are build by BuildHive and deployed to Bintray.

Yum/Zypper

Bintray expose rpms as a Yum repository, so you could add this this to your yum/zypper repos list :

#bintraybintray-hgomez-devops-incubator-rpm - packages by hgomez from Bintray
[bintraybintray-hgomez-devops-incubator-rpm]
name=bintray-hgomez-devops-incubator-rpm
baseurl=http://dl.bintray.com/content/hgomez/devops-incubator-rpm
type=rpm-md
gpgcheck=0
enabled=1

Then ask yum or zypper to install crash from this repositoy :

sudo zypper --repo bintraybintray-hgomez-devops-incubator-rpm install crash 

sudo yum --enablerepo=bintraybintray-hgomez-devops-incubator-rpm install crash 

Direct rpm install

devops-rico :~ # rpm -Uvh http://dl.bintray.com/content/hgomez/devops-incubator-rpm/crash-1.2.0.cr5-1.noarch.rpm
Retrieving http://dl.bintray.com/content/hgomez/devops-incubator-rpm/crash-1.2.0.cr5-1.noarch.rpm
Preparing...                ########################################### [100%]
   1:crash                  ########################################### [100%]

Launch crash

Just hit crash.sh :

devops-rico :~ # crash.sh 
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
   ______
 .~      ~. |`````````,       .'.                   ..'''' |         |
|           |'''|'''''      .''```.              .''       |_________|
|           |    `.       .'       `.         ..'          |         |
 `.______.' |      `.   .'           `. ....''             |         | 1.2.0-cr5

Follow and support the project on http://www.crashub.org
Welcome to devops-rico  + !
It is Thu Jan 17 16:18:54 CET 2013 now

% 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment