Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
le6
create-iso
Commits
8cdb7991
Commit
8cdb7991
authored
Sep 22, 2017
by
Daniel Bissani Furlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add le-conf_0.0.10
parent
349076d1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+1
-0
scripts-available/install-dependencies.sh
scripts-available/install-dependencies.sh
+1
-1
scripts-available/update-sourceslist.sh
scripts-available/update-sourceslist.sh
+1
-0
src/pool/main/l/le-conf/le-conf_0.0.10_all.deb
src/pool/main/l/le-conf/le-conf_0.0.10_all.deb
+0
-0
src/pool/main/l/le-conf/le-conf_0.0.7_all.deb
src/pool/main/l/le-conf/le-conf_0.0.7_all.deb
+0
-0
No files found.
.gitignore
View file @
8cdb7991
chroot
chroot-old
chroot-ultima.tar.gz
*.swp
iso/**/*.iso
...
...
scripts-available/install-dependencies.sh
View file @
8cdb7991
...
...
@@ -42,7 +42,7 @@ source ${PREFIX}/common.sh
cat
${
DPLIST
}
|
grep
-v
'^#'
|
tr
'\n'
''
addToChrootFile
$CHROOTFILE
"env PATH='/fakebin:
${
PATH
}
'"
addToChrootFile
$CHROOTFILE
"export DEBIAN_FRONTEND=noninteractive"
addToChrootFile
$CHROOTFILE
"apt-get update && apt-get -q -y
-t testing
install
$(
cat
${
DPLIST
}
|
grep
-v
'^#'
|
tr
'\n'
' '
)
"
addToChrootFile
$CHROOTFILE
"apt-get update && apt-get -q -y install
$(
cat
${
DPLIST
}
|
grep
-v
'^#'
|
tr
'\n'
' '
)
"
initChroot
$_DIST
||
\
log ERROR
"failed to initialize chroot."
execChroot
$CHROOTFILE
$CHROOTDIR
...
...
scripts-available/update-sourceslist.sh
View file @
8cdb7991
...
...
@@ -47,6 +47,7 @@ cp ${OURSOURCESLIST} ${CHROOTDIR}/etc/apt/sources.list.d/
addToChrootFile
$CHROOTFILE
"wget -O- http://repo.c3sl.ufpr.br/le6/le.c3sl.ufpr.br.key | apt-key add -"
addToChrootFile
$CHROOTFILE
"apt-get update"
#TODO: CORRIGIR ERRO COM PACOTE UBIQUITY-FRONTEND-KDE UBIQUITY-UBUNTU-ARTWORK
addToChrootFile
$CHROOTFILE
"apt-get -y dist-upgrade"
exit
0
src/pool/main/l/le-conf/le-conf_0.0.10_all.deb
0 → 100644
View file @
8cdb7991
File added
src/pool/main/l/le-conf/le-conf_0.0.7_all.deb
deleted
100644 → 0
View file @
349076d1
File deleted
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