This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
PackageManager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add binary to ignored files and add symlinks to manifest
feature/create-install-pkgs
Tovi Jaeschke-Rogers
3 years ago
parent
d133851f4f
commit
7c3d0dd9f5
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Client/Package/Manifest.go
+1
-0
Variables/Variables.go
+ 1
- 0
Client/Package/Manifest.go
View File
@ -7,6 +7,7 @@ import (
type
Manifest
struct
{
Name
string
`
yaml:"name"
`
Version
string
`
yaml:"version"
`
Symlinks
map
[
string
]
string
`
yaml:"symlinks,flow"
`
Dependancies
map
[
string
]
string
`
yaml:"dependancies,flow"
`
}
+ 1
- 0
Variables/Variables.go
View File
@ -56,6 +56,7 @@ var (
}
IgnoreRegexPaths
[
]
string
=
[
]
string
{
os
.
Args
[
0
]
,
"^/swapfile$"
,
"^/etc/passwd$"
,
"^/etc/passwd-$"
,
Write
Preview
Loading…
Cancel
Save