Compare commits
2 commits
cb67bdb051
...
90e2c1a888
Author | SHA1 | Date | |
---|---|---|---|
90e2c1a888 | |||
ed5699b50d |
2 changed files with 4 additions and 7 deletions
|
@ -16,6 +16,8 @@ from time import sleep
|
|||
from typing import Callable
|
||||
from urllib import parse as urlparse
|
||||
|
||||
from fastmail import FastMailSMTP
|
||||
from flask import Flask as App, render_template
|
||||
from octorest import OctoRest as _OR
|
||||
from requests import Response
|
||||
from requests.exceptions import (
|
||||
|
@ -23,10 +25,7 @@ from requests.exceptions import (
|
|||
HTTPError,
|
||||
Timeout,
|
||||
)
|
||||
from flask import Flask as App, current_app, render_template
|
||||
|
||||
from tentacles.store import Store
|
||||
from fastmail import FastMailSMTP
|
||||
|
||||
|
||||
class OctoRest(_OR):
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
set -euox pipefail
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
bazel build //tools/... //projects/reqman
|
||||
|
||||
DIRS=(projects tools)
|
||||
DIRS=("${@:-projects tools}")
|
||||
|
||||
function brl() {
|
||||
bin="$1"
|
||||
|
@ -20,4 +18,4 @@ for d in "${DIRS[@]}"; do
|
|||
brl tools/unify --quote '"' -ir $(realpath "$d")
|
||||
done
|
||||
|
||||
brl projects/reqman clean tools/python/requirements.txt
|
||||
# brl projects/reqman clean tools/python/requirements.txt
|
||||
|
|
Loading…
Reference in a new issue