Skip to content

RedHatInsights/patchman-engine-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

patchman-engine deps backup

Created to backup all dependency source codes needed to build patchman-engine project.

Use it in case you are not able to build patchman-engine because some dependency repository dissapeared from its original location (typically GitHub).

Update backup

You should backup each change of go.{mod,sum} in patchman-engine. Ensure your vendor folder to be synced with the current go.* version:

cd patchman-engine
go mod vendor # Download current dependencies sources
cd ../patchman-engine-dep
cp ../patchman-engine/go.* . # updated go.{mod,sum} deps configs
cp -r ../patchman-engine/vendor . # update all deps sources

Note: Of course it would be good to automate this somehow ;-). E.g. using github action job in patchman-engine repo. It shouldn't be too hard.

About

Patchman engine dependencies backup

Resources

Stars

Watchers

Forks

Packages

No packages published