aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2015-03-03 18:59:58 +0000
committerPeter Wilmott <p@p8952.info>2015-03-03 18:59:58 +0000
commit7266717147d7998b86386f3e73667f0460b2a57a (patch)
tree53cd6a7f7e45624a130237f3ecae34c16f0f65d3 /Dockerfile
parentAdd new_* pages (diff)
downloadruby-tinderbox-7266717147d7998b86386f3e73667f0460b2a57a.tar.gz
ruby-tinderbox-7266717147d7998b86386f3e73667f0460b2a57a.tar.bz2
ruby-tinderbox-7266717147d7998b86386f3e73667f0460b2a57a.zip
Change the format used to store log files on disk.
This allows packages to be linked to the sha1 sum of their ebuilds to prevent mixed information when ebuilds are edited but not bumped. It also lays the groundwork for including information about hypothetical build situations, next_target, next_keyword, ect. The db schema, web interface, and docker glue will need to be updated to account for this new layout.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index b5b6e43..3ef67f6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,12 +3,8 @@ MAINTAINER Peter Wilmott <p@p8952.info>
ADD cache/stage3-amd64.tar.bz2 /
RUN mkdir /ruby-tinderbox
-ADD conf/provision.sh /ruby-tinderbox/
-ADD conf/make.conf /ruby-tinderbox/
-ADD tinder.sh /ruby-tinderbox/
-ADD repoman.sh /ruby-tinderbox/
+ADD bin/* /ruby-tinderbox/
ADD web/lib/packages.py /ruby-tinderbox/
ADD web/lib/deps.py /ruby-tinderbox/
-RUN sed -i -e 's/sudo //g' /ruby-tinderbox/provision.sh
RUN /ruby-tinderbox/provision.sh