summaryrefslogtreecommitdiffstats
path: root/make-debs.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make-debs.sh: remove lsb_releaseKen Dreyer2021-08-181-9/+9
| | | | | | | The lsb_release utility brings in a lot of other dependencies. Remove it from the make-debs script. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
* make-debs.sh: clean dir to avoid build deb packages errorChangcheng Liu2018-11-241-1/+1
| | | | | | | | | Without this patch, it'll hit build error in the 2nd time. Example: make-deb.sh #no error: first time make-deb.sh #hit error: second time Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
* make-debs.sh: Changed make-debs.sh to use current architectureDaniel Glaser2018-03-271-1/+1
| | | | Signed-off-by: Daniel Glaser <the78mole@chaintronics.com>
* scripts: fix bash path in shebangsAlan Somers2017-07-271-1/+1
| | | | | | | /bin/bash is a Linuxism. Other operating systems install bash to different paths. Use /usr/bin/env in shebangs to find bash. Signed-off-by: Alan Somers <asomers@gmail.com>
* make-debs.sh: use make-distSage Weil2016-10-031-15/+3
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* make-debs.sh: avoid creating recursive conf dirRoi Dayan2016-05-101-1/+3
| | | | | | | | Before this commit when running make-debs.sh second time ln will create the conf symlink inside already exisiting conf dir that was created on the first tune. Signed-off-by: Roi Dayan <roid@mellanox.com>
* remove rest-benchSage Weil2015-07-301-1/+1
| | | | | | This is a weak tool; users should look to cosbench or others instead. Signed-off-by: Sage Weil <sage@redhat.com>
* build: make-debs.sh NPROC overrides make -jLoic Dachary2015-05-051-1/+5
| | | | | | | | Building a package is disk intensive and running make -j8 on a machine with a spinner can actually be slower than make. NPROC=1 make-deb.sh overrides the default value of make -jX. Signed-off-by: Loic Dachary <ldachary@redhat.com>
* misc: fix make debs scriptYuan Zhou2015-04-221-0/+1
| | | | Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
* debian: create a repository from sourcesLoic Dachary2015-01-021-0/+96
Create a debian repository suitable for inclusion in /etc/apt/sources.list, for the current distribution and using the git clone from the current working directory. It is meant to quickly provide teuthology with the packages to run a job. Signed-off-by: Loic Dachary <ldachary@redhat.com>