We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b696884 commit d99a1caCopy full SHA for d99a1ca
snap/snapcraft.yaml
@@ -99,7 +99,7 @@ parts:
99
make -j4
100
PREFIX=${SNAPCRAFT_PART_INSTALL}/usr make install
101
VER=`sed -n 's/^.* REDIS_VERSION "\(.*\)"$/\1/g p' < src/version.h`
102
- if [ "$VER" = "999.999.999" ]; then
+ if [ "$VER" = "255.255.255" ]; then
103
GITSHA=`sed -n 's/^.* REDIS_GIT_SHA1 "\(.*\)"$/\1/g p' < src/release.h`
104
VER="unstable-$GITSHA"
105
fi
0 commit comments