Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devtools
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
archlinux
devtools
Commits
b14a1b1b
Commit
b14a1b1b
authored
12 years ago
by
Pierre Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
archbuild: do not cross filesystems when removing the chroot copies
parent
0cd9e1ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
archbuild.in
+2
-2
2 additions, 2 deletions
archbuild.in
with
2 additions
and
2 deletions
archbuild.in
+
2
−
2
View file @
b14a1b1b
...
...
@@ -51,11 +51,11 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
fi
{
type
-P
btrfs
&&
btrfs subvolume delete
"
${
copy
}
"
;
}
&>/dev/null
rm
-rf
"
${
copy
}
"
rm
-rf
--one-file-system
"
${
copy
}
"
done
exec
9>&-
rm
-rf
"
${
chroots
}
/
${
repo
}
-
${
arch
}
"
rm
-rf
--one-file-system
"
${
chroots
}
/
${
repo
}
-
${
arch
}
"
mkdir
-p
"
${
chroots
}
/
${
repo
}
-
${
arch
}
"
setarch
"
${
arch
}
"
mkarchroot
\
-C
"@pkgdatadir@/pacman-
${
repo
}
.conf"
\
...
...
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