RTimothyEdwards / open_pdks

PDK installer for open-source EDA tools and toolchains. Distributed with setups for the SkyWater 130nm and Global Foundries 180nm open processes.
http://opencircuitdesign.com/open_pdks
Apache License 2.0
292 stars 86 forks source link

scripts/update.sh missing from repo #333

Closed antonblanchard closed 1 year ago

antonblanchard commented 1 year ago

The Makefiles refer to scripts/update.sh but I can't find it anywhere in the repo history.

RTimothyEdwards commented 1 year ago

Good question. The intent of the script was to do a 'git pull' if the library was a git repository, or to remove it and re-do the download process if not. I'm surprised that it just isn't anywhere to be found, but it's easy enough to write the script and add it.

RTimothyEdwards commented 1 year ago

Fixed in version 1.0.381. The file was missing because there is a .gitignore file in the scripts/ directory that is written to exclude all followed by a list of exceptions. With update.sh never being added to that list, it never got committed to the repository.

antonblanchard commented 1 year ago

This is now upstream, so closing