Commit f2dccd3 1 parent 99ed2a4 commit f2dccd3 Copy full SHA for f2dccd3
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
[ -z " $DEVICE " ] && (echo " Device has to be specified with DEVICE= env" && exit -1)
30
30
[ -z " $RELEASE " ] && (echo " Release has to be specified with --release option" && exit -1)
31
31
32
+ DEVICE_OR_FAMILY=${FAMILY:- $DEVICE }
33
+
32
34
case $VERSION in
33
35
testing)
34
- URL=http://repo.merproject.org/obs/nemo:/testing:/hw:/$VENDOR :/$DEVICE /sailfishos_${RELEASE}
36
+ URL=http://repo.merproject.org/obs/nemo:/testing:/hw:/$VENDOR :/$DEVICE_OR_FAMILY /sailfishos_${RELEASE}
35
37
;;
36
38
devel)
37
- URL=http://repo.merproject.org/obs/nemo:/devel:/hw:/$VENDOR :/$DEVICE /sailfish_latest_$PORT_ARCH
39
+ URL=http://repo.merproject.org/obs/nemo:/devel:/hw:/$VENDOR :/$DEVICE_OR_FAMILY /sailfish_latest_$PORT_ARCH
38
40
;;
39
41
* )
40
42
echo " Version (devel or testing) is not specified using --testing option"
You can’t perform that action at this time.
0 commit comments