Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
4ceb65ff
Commit
4ceb65ff
authored
Mar 17, 2013
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a little issue with the progress bar
parent
18a3b799
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
mirror-check/PKGBUILD
mirror-check/PKGBUILD
+2
-2
mirror-check/mirror-check
mirror-check/mirror-check
+4
-1
No files found.
mirror-check/PKGBUILD
View file @
4ceb65ff
...
@@ -5,14 +5,14 @@
...
@@ -5,14 +5,14 @@
pkgname
=
mirror-check
pkgname
=
mirror-check
pkgver
=
1.0
pkgver
=
1.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Checks whether the locally used mirror is synced with the main"
pkgdesc
=
"Checks whether the locally used mirror is synced with the main"
arch
=(
'x86_64'
)
arch
=(
'x86_64'
)
url
=
"http://www.chakra-project.org"
url
=
"http://www.chakra-project.org"
license
=(
'GPL2'
)
license
=(
'GPL2'
)
makedepends
=(
'asciidoc'
)
makedepends
=(
'asciidoc'
)
source
=(
'mirror-check'
'mirror-check.desktop'
)
source
=(
'mirror-check'
'mirror-check.desktop'
)
md5sums
=(
'
28197d03788026282f8cb01e6081f713
'
md5sums
=(
'
a1e0ee4816084e448a929ebe0cd761b8
'
'5a0a0a1774ecd4808827e4c3cd6eca7c'
)
'5a0a0a1774ecd4808827e4c3cd6eca7c'
)
package
()
{
package
()
{
...
...
mirror-check/mirror-check
View file @
4ceb65ff
...
@@ -18,11 +18,14 @@ function select_dialog() {
...
@@ -18,11 +18,14 @@ function select_dialog() {
for
repo
in
${
_repos
[@]
}
;
do
for
repo
in
${
_repos
[@]
}
;
do
repostring
=
"
${
repostring
}
${
repo
}
${
repo
}
on "
repostring
=
"
${
repostring
}
${
repo
}
${
repo
}
on "
((
_count++
))
done
done
_parse
=
$(
kdialog
--title
"
${
_title
}
"
--checklist
"Repositories being checked:"
${
repostring
}
)
_parse
=
$(
kdialog
--title
"
${
_title
}
"
--checklist
"Repositories being checked:"
${
repostring
}
)
_parse
=
$(
echo
${
_parse
}
|
sed
's/"//g'
)
_parse
=
$(
echo
${
_parse
}
|
sed
's/"//g'
)
for
repo
in
$_parse
;
do
((
_count++
))
done
}
}
function
get_database
()
{
function
get_database
()
{
...
...
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