Changeset 82896
- Timestamp:
- 08/21/11 13:37:44 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/deploy_archives.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/deploy_archives.sh
r80487 r82896 27 27 echo deploying archive: $aname 28 28 if [[ -n "$PRIVKEY" ]]; then 29 openssl dgst -ripemd160 -sign "${PRIVKEY}" -out ${ULPATH}/${portname}/${aname}.rmd160 ${archive} 29 openssl dgst -ripemd160 -sign "${PRIVKEY}" -out ${ULPATH}/${portname}/${aname}.rmd160 ${archive} ; 30 chmod a+r ${ULPATH}/${portname}/${aname}.rmd160 ; 30 31 fi 31 32 done
Note: See TracChangeset
for help on using the changeset viewer.

