Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Update octorun packager to also update the version file #916

Merged
merged 1 commit into from
Sep 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion create-octorun-zip.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh -eu
DIR=$(pwd)
submodules/packaging/octorun/run.sh --path $DIR/octorun --out $DIR/src/GitHub.Api/Resources
submodules/packaging/octorun/run.sh --path $DIR/octorun --out $DIR/src/GitHub.Api/Resources --source $DIR/src/GitHub.Api/Installer
2 changes: 1 addition & 1 deletion submodules/packaging
Submodule packaging updated 96 files
+4 −0 .gitignore
+1 −0 octorun/.gitignore
+15 −3 octorun/package-octorun.ts
+1 −1 octorun/run.sh
+58,981 −56,058 octorun/yarn.js
+6 −0 unitypackage/.gitignore
+2 −0 unitypackage/.prettierignore
+6 −0 unitypackage/.yarnrc
+ unitypackage/lib/pdb2mdb.exe
+33 −0 unitypackage/package.json
+6 −0 unitypackage/run.sh
+152 −0 unitypackage/src/index.ts
+61 −0 unitypackage/tsconfig.json
+13 −0 unitypackage/tslint.json
+ unitypackage/vendor/cache/@types-command-line-args-5.0.0.tgz
+ unitypackage/vendor/cache/@types-command-line-usage-5.0.1.tgz
+ unitypackage/vendor/cache/@types-js-yaml-3.11.2.tgz
+ unitypackage/vendor/cache/@types-json5-0.0.29.tgz
+ unitypackage/vendor/cache/@types-lodash-4.14.116.tgz
+ unitypackage/vendor/cache/@types-lodash.uniqby-4.7.4.tgz
+ unitypackage/vendor/cache/@types-md5-2.1.33.tgz
+ unitypackage/vendor/cache/@types-node-10.10.1.tgz
+ unitypackage/vendor/cache/@types-recursive-readdir-2.2.0.tgz
+ unitypackage/vendor/cache/@types-tar-4.0.0.tgz
+ unitypackage/vendor/cache/@types-tmp-0.0.33.tgz
+ unitypackage/vendor/cache/ansi-styles-3.2.1.tgz
+ unitypackage/vendor/cache/argparse-1.0.10.tgz
+ unitypackage/vendor/cache/argv-tools-0.1.1.tgz
+ unitypackage/vendor/cache/array-back-2.0.0.tgz
+ unitypackage/vendor/cache/arrify-1.0.1.tgz
+ unitypackage/vendor/cache/async-file-2.0.2.tgz
+ unitypackage/vendor/cache/balanced-match-1.0.0.tgz
+ unitypackage/vendor/cache/brace-expansion-1.1.11.tgz
+ unitypackage/vendor/cache/buffer-from-1.1.1.tgz
+ unitypackage/vendor/cache/chalk-2.4.1.tgz
+ unitypackage/vendor/cache/charenc-0.0.2.tgz
+ unitypackage/vendor/cache/chownr-1.1.1.tgz
+ unitypackage/vendor/cache/color-convert-1.9.3.tgz
+ unitypackage/vendor/cache/color-name-1.1.3.tgz
+ unitypackage/vendor/cache/command-line-args-5.0.2.tgz
+ unitypackage/vendor/cache/command-line-usage-5.0.5.tgz
+ unitypackage/vendor/cache/concat-map-0.0.1.tgz
+ unitypackage/vendor/cache/crypt-0.0.2.tgz
+ unitypackage/vendor/cache/deep-extend-0.6.0.tgz
+ unitypackage/vendor/cache/deepmerge-2.1.1.tgz
+ unitypackage/vendor/cache/diff-3.5.0.tgz
+ unitypackage/vendor/cache/escape-string-regexp-1.0.5.tgz
+ unitypackage/vendor/cache/esprima-4.0.1.tgz
+ unitypackage/vendor/cache/find-replace-2.0.1.tgz
+ unitypackage/vendor/cache/fs-minipass-1.2.5.tgz
+ unitypackage/vendor/cache/fs.realpath-1.0.0.tgz
+ unitypackage/vendor/cache/glob-7.1.3.tgz
+ unitypackage/vendor/cache/has-flag-3.0.0.tgz
+ unitypackage/vendor/cache/inflight-1.0.6.tgz
+ unitypackage/vendor/cache/inherits-2.0.3.tgz
+ unitypackage/vendor/cache/is-buffer-1.1.6.tgz
+ unitypackage/vendor/cache/js-yaml-3.12.0.tgz
+ unitypackage/vendor/cache/json5-1.0.1.tgz
+ unitypackage/vendor/cache/lodash.camelcase-4.3.0.tgz
+ unitypackage/vendor/cache/lodash.padend-4.6.1.tgz
+ unitypackage/vendor/cache/lodash.uniqby-4.7.0.tgz
+ unitypackage/vendor/cache/make-error-1.3.5.tgz
+ unitypackage/vendor/cache/md5-2.2.1.tgz
+ unitypackage/vendor/cache/minimatch-3.0.4.tgz
+ unitypackage/vendor/cache/minimist-0.0.8.tgz
+ unitypackage/vendor/cache/minimist-1.2.0.tgz
+ unitypackage/vendor/cache/minipass-2.3.4.tgz
+ unitypackage/vendor/cache/minizlib-1.1.0.tgz
+ unitypackage/vendor/cache/mkdirp-0.5.1.tgz
+ unitypackage/vendor/cache/once-1.4.0.tgz
+ unitypackage/vendor/cache/os-tmpdir-1.0.2.tgz
+ unitypackage/vendor/cache/path-is-absolute-1.0.1.tgz
+ unitypackage/vendor/cache/recursive-readdir-2.2.2.tgz
+ unitypackage/vendor/cache/reduce-flatten-1.0.1.tgz
+ unitypackage/vendor/cache/rimraf-2.6.2.tgz
+ unitypackage/vendor/cache/safe-buffer-5.1.2.tgz
+ unitypackage/vendor/cache/source-map-0.6.1.tgz
+ unitypackage/vendor/cache/source-map-support-0.5.9.tgz
+ unitypackage/vendor/cache/sprintf-js-1.0.3.tgz
+ unitypackage/vendor/cache/strip-bom-3.0.0.tgz
+ unitypackage/vendor/cache/supports-color-5.5.0.tgz
+ unitypackage/vendor/cache/table-layout-0.4.4.tgz
+ unitypackage/vendor/cache/tar-4.4.6.tgz
+ unitypackage/vendor/cache/test-value-3.0.0.tgz
+ unitypackage/vendor/cache/tmp-0.0.33.tgz
+ unitypackage/vendor/cache/ts-mocha-2.0.0.tgz
+ unitypackage/vendor/cache/ts-node-7.0.0.tgz
+ unitypackage/vendor/cache/tsconfig-paths-3.6.0.tgz
+ unitypackage/vendor/cache/tslint-config-prettier-1.15.0.tgz
+ unitypackage/vendor/cache/typescript-3.0.3.tgz
+ unitypackage/vendor/cache/typical-2.6.1.tgz
+ unitypackage/vendor/cache/wordwrapjs-3.0.0.tgz
+ unitypackage/vendor/cache/wrappy-1.0.2.tgz
+ unitypackage/vendor/cache/yallist-3.0.2.tgz
+145,794 −0 unitypackage/yarn.js
+464 −0 unitypackage/yarn.lock