Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
makeiso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
trisquel
makeiso
Merge requests
!3
Add nabia release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add nabia release
Ark74/makeiso:nabia
into
master
Overview
0
Commits
25
Changes
9
Merged
Luis Guzmán
requested to merge
Ark74/makeiso:nabia
into
master
3 years ago
Overview
0
Commits
25
Changes
1
Expand
0
0
Merge request reports
Compare
version 5
version 13
38459877
3 years ago
version 12
7112adcc
3 years ago
version 11
17b67e56
3 years ago
version 10
a9ff6feb
3 years ago
version 9
670b4ce8
3 years ago
version 8
a9b25b83
3 years ago
version 7
5f536c95
3 years ago
version 6
bb1a7738
3 years ago
version 5
9f0b42ff
3 years ago
version 4
e2a554e0
3 years ago
version 3
8f4709de
3 years ago
version 2
6865f267
3 years ago
version 1
69b7279d
3 years ago
master (base)
and
version 6
latest version
8328ee7e
25 commits,
3 years ago
version 13
38459877
23 commits,
3 years ago
version 12
7112adcc
22 commits,
3 years ago
version 11
17b67e56
21 commits,
3 years ago
version 10
a9ff6feb
20 commits,
3 years ago
version 9
670b4ce8
15 commits,
3 years ago
version 8
a9b25b83
11 commits,
3 years ago
version 7
5f536c95
10 commits,
3 years ago
version 6
bb1a7738
8 commits,
3 years ago
version 5
9f0b42ff
7 commits,
3 years ago
version 4
e2a554e0
6 commits,
3 years ago
version 3
8f4709de
4 commits,
3 years ago
version 2
6865f267
3 commits,
3 years ago
version 1
69b7279d
2 commits,
3 years ago
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
makeiso.sh
+
4
−
4
Options
@@ -231,10 +231,10 @@ cat << EOF > $CHROOT/etc/apt/sources.list
deb
$MIRROR
$CODENAME
main
deb
$MIRROR
$CODENAME
-updates main
deb
$MIRROR
$CODENAME
-security main
#deb https://builds.trisquel.org/repos/
etiona/ etiona
main
#deb https://builds.trisquel.org/repos/
etiona/ etiona
-security main
#deb https://builds.trisquel.org/repos/
etiona/ etiona
-updates main
#deb https://builds.trisquel.org/repos/
etiona/ etiona
-backports main
#deb https://builds.trisquel.org/repos/
$CODENAME
/
$CODENAME
main
#deb https://builds.trisquel.org/repos/
$CODENAME
/
$CODENAME
-security main
#deb https://builds.trisquel.org/repos/
$CODENAME
/
$CODENAME
-updates main
#deb https://builds.trisquel.org/repos/
$CODENAME
/
$CODENAME
-backports main
EOF
$C
apt-get update
Loading