Page Menu
Home
Search
Configure Global Search
Log In
Files
F14227316
update_version.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
416 B
Subscribers
None
update_version.sh
View Options
#!/bin/bash
if
[
-z
"
$1
"
]
;
then
echo
"Usage:
$0
new-version"
>
&
2
exit
1
fi
sed
"s/version='[^']*'/version='
$1
'/"
-i packages/flamenco/setup.py
sed
"s/version='[^']*'/version='
$1
'/"
-i packages/flamenco-worker-python/setup.py
sed
"s/FLAMENCO_VERSION = \"[^\"]*\"/FLAMENCO_VERSION = \"
$1
\"/"
-i packages/flamenco-manager-go/src/flamenco-manager/main.go
git diff
echo
echo
"Don't forget to tag and commit!"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Feb 3, 1:40 PM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5c/a7/89d326651d972191f39a326e212a
Attached To
rFW Flamenco Worker
Event Timeline
Log In to Comment