Skip to content

Commit

Permalink
Correct URL in README
Browse files Browse the repository at this point in the history
Also remove mentions of Google App Engine.

Fixes #65.
  • Loading branch information
bsiegert committed Apr 30, 2024
1 parent 6044157 commit 714b828
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

BulkTracker is a web application to track the status of bulk builds in NetBSD
[pkgsrc](http://www.pkgsrc.org) on various platforms. It is written in Go and
runs on Google App Engine. The production instance is running at
uses SQLite3 as its database. The production instance is running at

https://bulktracker.appspot.com/
https://releng.netbsd.org/bulktracker/

It uses the App Engine datastore, task queues and the URL Fetch service.
The application is subscribed to the pkgsrc-bulk mailing list and receives
build reports via email. It parses the email and tries to fetch the machine-readable
report from the given URL. The report is split into records and saved in the
datastore. The web UI allows examining aggregate and per-package results.
database. The web UI allows examining aggregate and per-package results.

This is an open project. Drop me a line if you are interested in participating!

0 comments on commit 714b828

Please sign in to comment.