Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fossi-foundation/ciel

Tags

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix: fix push option (#100)

* `push`:
  * Use `pdk_family` instead of `pdk` (was overlooked in #96) 
  * Set default owner/repo to fossi-foundation/ciel-releases
* `git_multi_clone`:
* Set `text=True` in `subprocess.Popen` to always use the correct locale
for git

2.0.1

Toggle 2.0.1's commit message
hotfix: --pdk not getting returned

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: skyfall (#96)

* CLI: `--pdk` renamed to `--pdk-family` (with old flag as an alias)
* Custom click validator ensures that the PDK family is valid (and if
not provided, prints a list of supported PDKs)
* Default value removed: PDK now has to always be explicitly specified
and sky130 is no longer given preferential treatment

---------

Co-authored-by: Mohamed Gaber <[email protected]>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fetch: rework to use data sources (#95)

Introduces the concept of a DataSource to Ciel, an abstraction of remote
data repositories. There are two concrete implementations thereof:

* GitHubReleasesDataSource: Which uses GitHub Releases, effectively
behaving identically to Volare.
* StaticWebDataSource: Which uses a static webpage to fetch manifest
files that replace the API calls in questions.

Users can provide the data source over the command-line using
`--data-source {class}:{argument}`, where class can be `github-releases`
or `static-web` respectively. When the data source is `github-releases`,
the argument is in the format '{owner}/{repo}', and when the data source
is a static website, the argument is a URL to the base directory where
the manifest files are located. The manifest files are free to point to
any file on the internet for download information.

The default data source is
`static-web:https://fossi-foundation.github.io/ciel-releases`. To act
identically to Volare, the data source can be
`github-releases:efabless/volare`.

0.21.0dev1

Toggle 0.21.0dev1's commit message
ci: update secret name

0.20.6

Toggle 0.20.6's commit message

Verified

This commit was signed with the committer’s verified signature.
donn Mohamed Gaber
hotfix: minor logic bug

0.20.5

Toggle 0.20.5's commit message
hotfix: rename ihp default variant to prevent setup files from breaking

0.20.4

Toggle 0.20.4's commit message

Verified

This commit was signed with the committer’s verified signature.
donn Mohamed Gaber
hotfix: rename ihp-sg13g2, replace `-` with `_`

Multiple dashes in a release name break `ls-remote` in every previous version of Volare.

0.20.3

Toggle 0.20.3's commit message

Verified

This commit was signed with the committer’s verified signature.
donn Mohamed Gaber
hotfix: ignore .git directories in submodules

0.20.2

Toggle 0.20.2's commit message

Verified

This commit was signed with the committer’s verified signature.
donn Mohamed Gaber
hotfix: include submodules for IHP builds