Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Base Layout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Adélie Linux
Base Layout
Commits
4935d3ee
Verified
Commit
4935d3ee
authored
Dec 23, 2016
by
A. Wilcox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't muck up installed systems during upgrades
parent
a1609b36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.rst
CHANGELOG.rst
+8
-0
Makefile
Makefile
+1
-1
No files found.
CHANGELOG.rst
View file @
4935d3ee
0.3.1 (23 Dec 2016)
===================
* Remove /proc/.dirkeep and /sys/.dirkeep files
* Don't install /dev/{null,tty,zero} static device nodes
0.3.0 (23 Dec 2016)
===================
...
...
Makefile
View file @
4935d3ee
...
...
@@ -24,4 +24,4 @@ clean:
rm
tree/dev/zero
release.tar
:
tree/*
tar
-cf
release.tar
--exclude
=
release.tar
--exclude
=
.git
--format
=
posix
--numeric-owner
--owner
=
0
--group
=
0
-p
--transform
=
"s@^
\.
/@adelie-base-
${VERSION}
/@"
.
tar
-cf
release.tar
--exclude
=
proc/.dirkeep
--exclude
=
sys/.dirkeep
--exclude
=
release.tar
--exclude
=
.git
--format
=
posix
--numeric-owner
--owner
=
0
--group
=
0
-p
--transform
=
"s@^
\.
/@adelie-base-
${VERSION}
/@"
.
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