]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
drop requirements.in
authorKefu Chai <kchai@redhat.com>
Fri, 19 Jun 2020 07:59:49 +0000 (15:59 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 24 Jun 2020 11:33:41 +0000 (19:33 +0800)
commit632f54ee0d4dc11e230e688937e83ea88e86b57f
tree3fe4e215ad3bdaedfb65cff147c0a60bdf45d082
parent3a453c0fe9dcb75a11296ac69235fbb14d7f12c1
drop requirements.in

dependabot adds an entry in generated requirements.txt like
```
-e file:///home/dependabot/dependabot-updater/tmp/dependabot_20200617-72-1n8af4b  # via -r requirements.in
```

this is expected. as dependabot does not read docs/INSTALL.rst, hence
failed to apply
```
sed '/^-e / d' to the generated file.

instead of teaching dependabot to read the manual, it's simpler
just ditch requirements.in .

see also #1367

* update-requirements.sh: add a helper script for updating
  requirements.txt
* requirements.in: removed
* docs/INSTALL.rst: updated to point user to the new
  helper script

Signed-off-by: Kefu Chai <kchai@redhat.com>
docs/INSTALL.rst
requirements.in [deleted file]
update-requirements.sh [new file with mode: 0755]