Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition to using static builders. #4

Merged
merged 2 commits into from
May 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
xfig and transfig should be installed on bootstrapping.
xfig and transfig should be installed when running the
bb-dependencies script.

This close #1.

Signed-off-by: Giuseppe Di Natale <[email protected]>
dinatale2 committed May 3, 2016
commit 705fdbe9aab43ad4b99deabc65cedad9e355d619
16 changes: 8 additions & 8 deletions scripts/bb-dependencies.sh
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ Amazon*)

# Required utilties.
sudo yum -y install git rpm-build wget curl lsscsi parted attr dbench \
watchdog createrepo python python-pip python-docutils
watchdog createrepo python python-pip python-docutils xfig transfig
;;

CentOS*)
@@ -44,7 +44,7 @@ CentOS*)

# Required utilties.
sudo yum -y install git rpm-build wget curl lsscsi parted attr dbench bc \
watchdog createrepo mock python python-docutils mdadm
watchdog createrepo mock python python-docutils mdadm xfig transfig

# add user to the mock group
sudo usermod -a -G mock buildbot
@@ -67,7 +67,7 @@ Debian*)
# Required utilties.
sudo apt-get --yes install git alien fakeroot wget curl bc \
lsscsi parted gdebi attr dbench watchdog createrepo \
python python-pip python-docutils
python python-pip python-docutils xfig transfig
;;

Fedora*)
@@ -84,7 +84,7 @@ Fedora*)

# Required utilties.
sudo dnf -y install git rpm-build wget curl lsscsi parted attr dbench \
watchdog createrepo mock python python-pip python-docutils
watchdog createrepo mock python python-pip python-docutils xfig transfig

# add user to the mock group
sudo usermod -a -G mock buildbot
@@ -115,7 +115,7 @@ RHEL*)
# Required utilties.
sudo yum -y $EXTRA_REPO install git rpm-build wget curl lsscsi \
parted attr dbench bc watchdog createrepo mock python \
python-pip python-docutils mdadm
python-pip python-docutils mdadm xfig transfig

# add user to the mock group
sudo usermod -a -G mock buildbot
@@ -130,7 +130,7 @@ SUSE*)

# Required utilties.
sudo zypper --non-interactive install git rpm-build wget curl \
lsscsi parted attr createrepo python python-pip python-docutils
lsscsi parted attr createrepo python python-pip python-docutils xfig transfig

# Required development packages.
sudo zypper --non-interactive --plus-content debug install \
@@ -148,7 +148,7 @@ OpenSUSE*)

# Required utilties.
sudo zypper --non-interactive install git rpm-build wget curl \
lsscsi parted attr createrepo python python-pip python-docutils
lsscsi parted attr createrepo python python-pip python-docutils xfig transfig

# Required development packages.
sudo zypper --non-interactive --plus-content debug install \
@@ -165,7 +165,7 @@ Ubuntu*)
# Required utilties.
sudo apt-get --yes install git alien fakeroot wget curl \
lsscsi parted gdebi attr dbench watchdog \
python python-pip python-docutils
python python-pip python-docutils xfig transfig

# Required development libraries
sudo apt-get --yes install linux-headers-$(uname -r) \