bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Source code repository


From: Ludovic Courtès
Subject: Source code repository
Date: Fri, 12 Mar 2010 16:59:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hello,

I’m in the process of setting up continuous builds of Bash on Hydra [0],
which can be seen at <http://hydra.nixos.org/jobset/gnu/bash-master>.

I’m building from git://git.sv.gnu.org/bash.git but I’m wondering
whether this is the repository that you actually use, given that it
hasn’t been touched in 6 months and the log messages suggest that it
only contains tarball imports.

Can you point me to the source code repository?

On a related note, ‘support/mkdist’ is not available in the repo so I
ended up rolling my own:

--8<---------------cut here---------------start------------->8---
mkdir "bash-$version"
for dir in `cat MANIFEST |grep -v '^#' | grep -v '[[:blank:]]\+f' | sed 
-es'/[[:blank:]]\+d.*//g'`
do
  mkdir -v "bash-$version/$dir"
done
for file in `cat MANIFEST |grep -v '^#' | grep -v '[[:blank:]]\+d' | sed 
-es'/[[:blank:]]\+f.*//g'`
do
  cp -pv "$file" "bash-$version/$file"
done

mkdir -p "$out/tarballs"
GZIP=--best tar czf "$out/tarballs/bash-$version.tar.gz" "bash-$version"
--8<---------------cut here---------------end--------------->8---

Thanks,
Ludo’.

[0] http://nixos.org/hydra/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]