- Timestamp:
- Apr 27, 2005, 3:29:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/make_and_publish_sles_patch_description.sh
r697 r708 87 87 # echo Please enter Passphrase for gpg ID $SIGNID: 88 88 # read PASS 89 # echo $PASS | gpg -u $SIGNID --passphrase-fd 0 --clearsign $PATCHFILE90 89 91 gpg -u $SIGNID --clearsign $PATCHFILE 90 echo -n "Passphrase for signing packages: " 91 read PASS 92 93 echo $PASS | gpg -u $SIGNID --passphrase-fd 0 --clearsign $PATCHFILE 94 expect -c "spawn rpm --addsign $1" -c 'expect -ex "Enter pass phrase:"' -c "send $PASS\n" -c 'expect "Pass phrase"' -c 'wait' 95 96 # gpg -u $SIGNID --clearsign $PATCHFILE 92 97 mv $PATCHFILE.asc $PATCHFILE 93 rpm --addsign $198 # rpm --addsign $1 94 99 95 100 #done … … 98 103 then 99 104 # publish 105 echo "Lösche alte Patch-Description" 106 ssh $YOUSERVER "rm $YOUPATH/patches/patch-$PAKET-*" 100 107 echo "Kopiere Dateien ..." 101 108 scp $PATCHFILE $YOUSERVER:$YOUPATH/patches
Note:
See TracChangeset
for help on using the changeset viewer.