Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b6d8444 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Remove unversioned uploads

Change-Id: I8b014f114fc1dc0d6441f24270b497be00db85a9
parent 90dc9403
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -54,11 +54,9 @@ do
        echo build error!
        break
    fi
    mcpguard $OUT/recovery.img recoveries/recovery-clockwork-$DEVICE_NAME.img
    mcpguard $OUT/recovery.img recoveries/recovery-clockwork-$1-$DEVICE_NAME.img

    . build/tools/device/mkrecoveryzip.sh $1
    mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-$1-$DEVICE_NAME.zip
    mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-$DEVICE_NAME.zip

    ALL_DEVICES=$DEVICE_NAME
@@ -66,7 +64,6 @@ do
    if [ $DEVICE_NAME == "sholes" ]
    then
        mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-$1-milestone.zip
        mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-milestone.zip
        ALL_DEVICES=$ALL_DEVICES' milestone'
    fi

@@ -80,9 +77,7 @@ do
    if [ $DEVICE_NAME == "galaxys" ]
    then
        mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-$1-vibrant.zip
        mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-vibrant.zip
        mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-$1-captivate.zip
        mcpguard $OUT/utilities/update.zip recoveries/recovery-clockwork-captivate.zip
        ALL_DEVICES=$ALL_DEVICES' vibrant captivate'
    fi