Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 433ca57

Browse files
gavindidrichsenskpaterson
authored andcommitted
Update Build Status with correct definitionId and
add binlink output; update .gitignore Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent 734c041 commit 433ca57

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
results
1+
results/
2+
inspec.lock

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://dev.azure.com/chefcorp-partnerengineering/Chef%20Base%20Plans/_apis/build/status/chef-base-plans.patch?branchName=master)](https://dev.azure.com/chefcorp-partnerengineering/Chef%20Base%20Plans/_build/latest?definitionId=69&branchName=master)
1+
[![Build Status](https://dev.azure.com/chefcorp-partnerengineering/Chef%20Base%20Plans/_apis/build/status/chef-base-plans.patch?branchName=master)](https://dev.azure.com/chefcorp-partnerengineering/Chef%20Base%20Plans/_build/latest?definitionId=120&branchName=master)
22

33
# patch
44

@@ -36,6 +36,22 @@ will add the following binary to the PATH:
3636

3737
* /bin/patch
3838

39+
For example:
40+
41+
```bash
42+
$ hab pkg install core/patch --binlink
43+
» Installing core/patch
44+
☁ Determining latest version of core/patch in the 'stable' channel
45+
☛ Verifying core/patch/2.7.6/20200306002655
46+
→ Using core/attr/2.4.48/20200305230504
47+
→ Using core/glibc/2.29/20200305172459
48+
→ Using core/linux-headers/4.19.62/20200305172241
49+
✓ Installed core/patch/2.7.6/20200306002655
50+
★ Install of core/patch/2.7.6/20200306002655 complete with 1 new packages installed.
51+
» Binlinking patch from core/patch/2.7.6/20200306002655 into /bin
52+
★ Binlinked patch from core/patch/2.7.6/20200306002655 to /bin/patch
53+
```
54+
3955
#### Using an example binary
4056

4157
You can now use the binary as normal. For example:

0 commit comments

Comments
 (0)