Skip to content

Commit

Permalink
Add git package and update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Oct 31, 2018
1 parent 9624906 commit 3f9bb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:xenial

RUN apt-get update && \
apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache vim less cpio texinfo locales
apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache vim less cpio texinfo locales git

RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
Expand Down
5 changes: 1 addition & 4 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ echo
echo "to publish release to github, run dist/publish.sh"

echo "#!/bin/sh"> dist/publish.sh
echo "for f in \$(ls ./dist/artifacts) ; do" >> dist/publish.sh
echo " hub release edit -m ${VERSION} -a ./dist/artifacts/\${f} ${VERSION}" >> dist/publish.sh
echo "done" >> dist/publish.sh
echo "hub release edit -m ${VERSION} -a ./dist/build_${ARCH}.log ${VERSION}" >> dist/publish.sh
echo "hub release edit -m ${VERSION} -a ./dist/artifacts/os-initrd-base-${ARCH}.tar.gz ${VERSION}" >> dist/publish.sh

chmod 755 dist/publish.sh

0 comments on commit 3f9bb29

Please sign in to comment.