Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Luis Guzmán
trisquel-packages
Commits
60a7e37b
Commit
60a7e37b
authored
Oct 01, 2021
by
Luis Guzmán
Browse files
Merge branch 'sugar_workflow' into 'master'
Repalce dos2unix for sed See merge request
trisquel/trisquel-packages!37
parents
24365fdf
ce421741
Changes
1
Hide whitespace changes
Inline
Side-by-side
10.0/sugar/update_bundles.sh
View file @
60a7e37b
...
...
@@ -8,7 +8,7 @@ for repo in browse-activity calculate-activity chat imageviewer-activity jukebox
do
git clone https://github.com/sugarlabs/
$repo
.git bundles/
$repo
dos2unix
bundles/
$repo
/activity/activity.info
sed
-rie
's|\r\n|\n|'
bundles/
$repo
/activity/activity.info
activity
=
$(
grep
"^name *="
bundles/
$repo
/activity/activity.info|
sed
's/.*=//;s/ //g'
)
version
=
$(
grep
"^activity_version *="
bundles/
$repo
/activity/activity.info|
sed
's/.*=//;s/ //g'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment