Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
rude
build
Commits
e351ba08
Commit
e351ba08
authored
Dec 11, 2014
by
yorn
Browse files
Initial commit
parents
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
e351ba08
/target
.gitmodules
0 → 100644
View file @
e351ba08
[submodule "rude"]
path = rude
url = git@scm.uninett.no:rude/rude.git
Dockerfile
0 → 100644
View file @
e351ba08
FROM
centos:centos7
MAINTAINER
Yørn de Jong <yorn@uninett.no>
RUN
yum
-y
install tar
make ruby-devel rubygems gcc rpm-build autoconf
RUN
gem
install
fpm
ADD
rude /usr/src/rude
WORKDIR
/usr/src/rude
RUN
autoheader autoconf/configure.in
RUN
autoconf autoconf/configure.in
>
configure
RUN
chmod
755 configure
RUN
./configure
--enable-wall
--with-debug-lvl
=
3
CMD
make rpm deb >&2 && tar c rude/rude{,.8} rude/rude*.{rpm,deb} crude/crude{,.8} crude/crude*.{rpm,deb}
README.md
0 → 100644
View file @
e351ba08
# RUDE & CRUDE Builder
Docker container that builds RUDE & CRUDE executables and packages.
## Usage
```
bash
git submodule init
git submodule update
docker build
-t
rude-build
.
mkdir
target
docker run rude-build |
tar
-x
-C
target
```
After running these commands, you'll find a target directory containing x86_64 binaries and RPM- and DEB-packages.
rude
@
81bb34b9
Subproject commit 81bb34b9bdd446c7b5fbc96bd94240542059344d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment