Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipstick
Commits
bd1c6bdc
Commit
bd1c6bdc
authored
9 years ago
by
Moritz Holtz
Committed by
osak buildhauer user
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
scripts: made liprepoctl version-independent
parent
db13c698
Branches
Branches containing commit
No related tags found
1 merge request
!3
WIP: Ws16
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/liprepoctl.sh
+3
-2
3 additions, 2 deletions
scripts/liprepoctl.sh
with
3 additions
and
2 deletions
scripts/liprepoctl.sh
+
3
−
2
View file @
bd1c6bdc
...
...
@@ -3,9 +3,10 @@
ACTION
=
"
$1
"
FILENAME
=
"/etc/apt/sources.list.d/lipoffline.list"
ACTIVATED
=
`
test
-e
"
$FILENAME
"
`
DIST_CODENAME
=
"wily"
DIST_VERSION
=
"15.10"
.
/etc/lsb-release
DIST_CODENAME
=
$DISTRIB_CODENAME
DIST_VERSION
=
$DISTRIB_RELEASE
function
install_repo
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment