You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Change the current directory to one of your projects with a Git repository (has _.git_ subfolder) and run:
48
48
* Linux: `stackmuncher`
49
-
* Windows PowerShell: `.\stackmuncher.exe`
49
+
* Windows PowerShell: `stackmuncher`
50
50
51
51
The app will access the local Git repository for the current directory and create a stack report, but will NOT submit any data to the Directory to let you review the stack report first. It will start updating your profile on subsequent runs unless `--dryrun` flag is used.
Copy file name to clipboardExpand all lines: distro/README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ All *.sh* and *.ps1* scripts should be run from the project root.
20
20
21
21
The app should be deployed to `/usr/bin/stackmuncher` and the rules to `/usr/share/stackmuncher/stm_rules/`. The choice is based on [Linux Filesystem Hierarchy Standard](https://www.pathname.com/fhs/).
deb builds rely on [cargo-deb](https://crates.io/crates/cargo-deb) crate. See config inside [stackmuncher/Cargo.toml](stackmuncher/Cargo.toml)`[package.metadata.deb]` table.
@@ -57,6 +65,18 @@ Installation process:
57
65
58
66
Dev cert: http://distro.stackmuncher.com/msix/stm_dev.cer <-- FOR DEVELOPMENT ONLY
Copy the Win distributable from _distro_ bucket: `aws s3 cp s3://$STM_S3_BUCKET_DISTRO/stackmuncher-x86_64-pc-windows-msvc.exe .`
78
+
79
+
60
80
#### Dev and testing
61
81
62
82
*stm_dev.pfx* is needed to sign a package. *stm_dev.cer* should be installed on the test machine. Both files can be generated with *distro\msix\cert_gen_self_signed.ps1*.
0 commit comments