Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
5d8cd099
Commit
5d8cd099
authored
Jun 11, 2013
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-apkrepos: remove dead code
we no longer use RELEASES
parent
1ff7c049
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
setup-apkrepos.in
setup-apkrepos.in
+0
-5
No files found.
setup-apkrepos.in
View file @
5d8cd099
...
@@ -160,11 +160,6 @@ if [ -z "$MIRRORS" ] && [ -r "$MIRRORS_PATH" ]; then
...
@@ -160,11 +160,6 @@ if [ -z "$MIRRORS" ] && [ -r "$MIRRORS_PATH" ]; then
MIRRORS
=
`
cat
$MIRRORS_PATH
`
MIRRORS
=
`
cat
$MIRRORS_PATH
`
fi
fi
RELEASES_PATH
=
/usr/share/alpine-mirrors/RELEASES.txt
if
[
-z
"
$RELEASES
"
]
&&
[
-r
"
$RELEASES_PATH
"
]
;
then
RELEASES
=
`
cat
$RELEASES_PATH
`
fi
APKREPOS_PATH
=
/etc/apk/repositories
APKREPOS_PATH
=
/etc/apk/repositories
if
[
-r
"
$APKREPOS_PATH
"
]
;
then
if
[
-r
"
$APKREPOS_PATH
"
]
;
then
APKREPOS
=
`
cat
"
$APKREPOS_PATH
"
`
APKREPOS
=
`
cat
"
$APKREPOS_PATH
"
`
...
...
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