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
C
create-iso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
le6
create-iso
Commits
96b0fb30
Commit
96b0fb30
authored
Apr 25, 2018
by
Daniel Bissani Furlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SCRUM#523
: Add argument ARCH to create-local-repository
parent
f9043662
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
scripts-available/create-local-repository.sh
scripts-available/create-local-repository.sh
+1
-0
src/local-repository/conf/distributions
src/local-repository/conf/distributions
+1
-1
No files found.
scripts-available/create-local-repository.sh
View file @
96b0fb30
...
...
@@ -52,6 +52,7 @@ if test -z ${fingerprint}; then
fi
cp
-Ra
${
PREFIX
}
/src/local-repository/
${
PREFIX
}
/repo/
sed
-i
"s/##ARCH##/
${
_ARCH
}
/"
${
PREFIX
}
/repo/conf/distributions
sed
-i
"s/##GPGKEY##/
${
fingerprint
}
/"
${
PREFIX
}
/repo/conf/distributions
codename
=
$(
grep
'Codename'
${
PREFIX
}
/repo/conf/distributions |
cut
-d
':'
-f2
)
chroot
${
CHROOTDIR
}
apt-get clean
...
...
src/local-repository/conf/distributions
View file @
96b0fb30
Origin: C3SL
Label: C3sl Live
Architectures:
amd64
Architectures:
##ARCH##
Codename: stable
Components: main
Description: Repo description
...
...
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