-
|
Hello, I want to have the diffs of the schematic relative to the latest tag in git. Using the example .yaml file: - name: basic_diff_sch
comment: Schematic diff between the last two changes
type: diff
dir: diff
options:
old: KIBOT_LAST-1
old_type: git
new: HEAD
new_type: git
cache_dir: /kikit/.cache
add_link_id: true
pcb: falseI though of having something like By the way, what a great software you guys created. Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @raulgotor ! |
Beta Was this translation helpful? Give feedback.
Hi @raulgotor !
The option you are looking for is
-E, not-g. And you can replace@TAG@using-E. Note this option is new and needs code from git (i.e. adevdocker image).BTW: a new
KIBOT_*variable sounds like a good idea for this case.