Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Pass along project branch to wiggins (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck authored and meghfossa committed Jul 22, 2021
1 parent 5ec2992 commit 74d6848
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spectrometer Changelog

## Unreleased
## v2.10.3

- Support ReleaseGroup configuration ([#283](https://github.com/fossas/spectrometer/pull/283))
- Support HTTP endpoints for archive uploads ([#276](https://github.com/fossas/spectrometer/pull/276))
Expand All @@ -10,9 +10,10 @@
- Adds poetry support for python projects ([#284](https://github.com/fossas/spectrometer/pull/284))
## v2.10.3

- Deprecate `fossa vps` subcommands.
- Add `--experimental-enable-monorepo` and other associated flags to `fossa analyze`, which enables experimental monorepo support.
- Support VCS branches for `fossa analyze --experimental-enable-monorepo` invocations ([#289](https://github.com/fossas/spectrometer/pull/289))
- Add `--experimental-enable-monorepo` and other associated flags to `fossa analyze`, which enables experimental monorepo support ([#286](https://github.com/fossas/spectrometer/pull/286))
Monorepo flags are only used with support from FOSSA engineering, and are experimental while we build robust support for monorepo projects with FOSSA partners.
- Deprecate `fossa vps` subcommands ([#286](https://github.com/fossas/spectrometer/pull/286))

## v2.10.2

Expand Down
1 change: 1 addition & 0 deletions src/App/Fossa/VPS/Scan/RunWiggins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ generateMonorepoArgs MonorepoAnalysisOpts{..} logSeverity ProjectRevision{..} Ap
++ optMaybeText "-project-url" projectUrl
++ optMaybeText "-team" projectTeam
++ optMaybeText "-title" projectTitle
++ optMaybeText "-branch" projectBranch
++ optBool "-debug" (logSeverity == SevDebug)
++ optMaybeText "-type" monorepoAnalysisType
++ ["."]
Expand Down
2 changes: 1 addition & 1 deletion vendor_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ esac
TAG="latest"
echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'"

WIGGINS_TAG="2021-07-15-ea4fc60"
WIGGINS_TAG="2021-07-16-39ef825"
echo "Downloading wiggins binary"
echo "Using wiggins release: $WIGGINS_TAG"
WIGGINS_RELEASE_JSON=vendor/wiggins-release.json
Expand Down

0 comments on commit 74d6848

Please sign in to comment.