mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
Add links to project page and commit. Put placeholder if sheet doesn't change.
- scripts/schhist2web: show a vertial dash in places where a sheet didn't
change
- scripts/schhist2web: new environment variable SCHHIST_TITLE to set the
title
- scripts/schhist2web: new environment variable SCHHIST_HOME_URL for the
URL the title links to
- scripts/schhist2web: new environment variable SCHHIST_COMMIT_TEMPLATE
for a template to link to the commit ({} gets replaced with the hash)
- scripts/Makefile: schematics history build example for ben-wpan/atrf
- scripts/schhist2web: at the very end, don't exit 1 on success
This commit is contained in:
9
scripts/Makefile
Normal file
9
scripts/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
.PHONY: all ben-wpan-schhist
|
||||
|
||||
all:
|
||||
|
||||
ben-wpan-schhist:
|
||||
SCHHIST_TITLE=ben-wpan/atrf \
|
||||
SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/ben-wpan/ \
|
||||
SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/ben-wpan/source/commit/{}/' \
|
||||
./schhist2web atrf/wpan-atrf.sch
|
||||
Reference in New Issue
Block a user