Skip to content

Commit

Permalink
feat: remove qq and parallelize build/pack/promote (oclif#1035)
Browse files Browse the repository at this point in the history
* feat: remove qq and parallelize build/promote

* chore: reformat pjson

* refactor: remove redundant objects

* refactor: pr feedback

* feat: publishes debian packages with qq

* test: integration tests in parallel
* test: restore debian integration tests

* chore: remove ds_store

* chore: ignore dsStore

* chore: ignore dist

* Update src/commands/upload/deb.ts

Co-authored-by: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com>

* fix: cwd on pretarball

* refactor: pr feedback

* test: integration test for tarball promote

* test: revert unnecessary  trims

* perf: optional xz hashes in parallel

* chore: fix pjson format

* refactor: remove unused conditional

* fix: osslsign command requires "sign"

Co-authored-by: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com>
  • Loading branch information
2 people authored and mattwebbio committed Dec 29, 2022
1 parent 31bab0a commit bdd1355
Show file tree
Hide file tree
Showing 36 changed files with 1,310 additions and 816 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -4,6 +4,9 @@
/coverage
/coverage.lcov
/lib
/dist
/node_modules
/tmp
/test/tmp
package-lock.json
**/.DS_Store
43 changes: 43 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/oclif.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdd1355

Please sign in to comment.