buildbot-classic-slave: version detection with git
This commit is contained in:
parent
1b5ab3384c
commit
ca33cce610
|
@ -1,16 +1,15 @@
|
||||||
{ coreutils, fetchgit, fetchFromGitHub, buildbot-classic, python2Packages, ... }:
|
{ coreutils, fetchgit, git, buildbot-classic, python2Packages, ... }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication {
|
python2Packages.buildPythonApplication {
|
||||||
name = "buildbot-classic-slave-0.8.12";
|
name = "buildbot-classic-slave-0.8.13";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = buildbot-classic.src;
|
src = buildbot-classic.src;
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/slave";
|
postUnpack = "sourceRoot=\${sourceRoot}/slave";
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ":";
|
||||||
substituteInPlace buildslave/scripts/logwatcher.py --replace /usr/bin/tail ${coreutils}/bin/tail
|
|
||||||
'';
|
|
||||||
|
|
||||||
|
nativeBuildInputs = [ git ];
|
||||||
propagatedBuildInputs = [ python2Packages.twisted ];
|
propagatedBuildInputs = [ python2Packages.twisted ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue