This website works better with JavaScript.
Home
Help
Register
Sign In
reGen2
/
ezbuild
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
automatically generate digest file
master
belliash
9 years ago
parent
15772ed973
commit
6b8bd93cf6
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libraries/repositories
+ 4
- 0
libraries/repositories
View File
@ -365,5 +365,9 @@ function snapshotPortage() {
return 1
fi
fi
if [ ! -f ${SNAPSHOTSDIR}/${TARBALL}.DIGESTS ]; then
cd ${SNAPSHOTSDIR}
generateDigests ${TARBALL}.DIGESTS ${TARBALL} || return 1
fi
return 0
}
Write
Preview
Loading…
Cancel
Save