This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bval-site.git
commit 02313c1ee0a13a9962310b445fba969bdb56903e Author: Dave Fisher <[email protected]> AuthorDate: Tue Jun 1 12:58:21 2021 -0700 Ready to use the buildbot to create bval.staged.apache.org --- .asf.yaml | 11 +++++++++++ requirements.txt | 1 + 2 files changed, 12 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..d599f6a --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,11 @@ +pelican: + notify: [email protected] + autobuild: preview/* + target: asf-site + theme: theme/apache + whoami: main + +staging: + profile: ~ + whoami: asf-site + autostage: preview/* diff --git a/requirements.txt b/requirements.txt index fa95caf..4b34fdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ pelican +BeautifulSoup4
