Skip to content

Commit

Permalink
rename arista bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed May 16, 2021
1 parent 9bc6518 commit 6d5bf01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ publishers:

release:
extra_files:
- glob: arista/wireframe-bundle-*.swix
- glob: arista/wireframe-arista-bundle-*.swix
2 changes: 1 addition & 1 deletion arista/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ manifest:
cd build && for f in $$(ls *.rpm); do echo "$$f-sha1: $$(sha1sum $$f | cut -d " " -f 1)"; done >> manifest.txt

swix:
cd build && zip wireframe-bundle-$$(git describe --tags `git rev-list --tags --max-count=1`).swix manifest.txt *.rpm
cd build && zip wireframe-arista-bundle-$$(git describe --tags `git rev-list --tags --max-count=1`).swix manifest.txt *.rpm
mv build/*.swix .

0 comments on commit 6d5bf01

Please sign in to comment.