Skip to content

Commit

Permalink
remove ppa:rwky/redis setup.sh
Browse files Browse the repository at this point in the history
Closes-Bug: #1665799

ppa:rwky/redis is no more maintained.
testing:
1. installation went through fine
2. logged to sm-webui, able to login and browsed through web pages.

Change-Id: I9ec29cb63832a4ecc25a3ef52454a37b21c0da2c
  • Loading branch information
Dheeraj Gautam committed Feb 19, 2017
1 parent d59f83f commit a56190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deb_server_manager_setup.sh
Expand Up @@ -182,7 +182,7 @@ function setup_internet_repos()
fi

# Repo to add for redis - required for contrail-web-core
add-apt-repository ppa:rwky/redis --yes >> $log_file 2>&1
#add-apt-repository ppa:rwky/redis --yes >> $log_file 2>&1

# Cobbler repo to be added if this is not an SMLITE install
if [ "$SMLITE" == "" ]; then
Expand Down

0 comments on commit a56190d

Please sign in to comment.