Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parted
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
parted
Commits
13a74cb1
Commit
13a74cb1
authored
Apr 23, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
0 deletions
+60
-0
Makefile
Makefile
+14
-0
parted-3.3-tests.patch
parted-3.3-tests.patch
+46
-0
parted-3.3.tar.xz
parted-3.3.tar.xz
+0
-0
No files found.
Makefile
0 → 100644
View file @
13a74cb1
all
:
tar
xf parted-3.3.tar.xz
cd
parted-3.3
&&
./configure
--prefix
=
/usr
--disable-static
patch
-Np1
-d
parted-3.3 < parted-3.3-tests.patch
$(MAKE)
-C
parted-3.3
$(MAKE)
-C
parted-3.3/doc html
cd
parted-3.3
&&
makeinfo
--html
-o
doc/html doc/parted.texi
cd
parted-3.3
&&
makeinfo
--plaintext
-o
doc/parted.txt doc/parted.texi
$(MAKE)
-C
parted-3.3 check
$(MAKE)
-C
parted-3.3
install
cd
parted-3.3
&&
install
-v
-m755
-d
/usr/share/doc/parted-3.3/html
cd
parted-3.3
&&
install
-v
-m644
doc/html/
*
/usr/share/doc/parted-3.3/html
cd
parted-3.3
&&
install
-v
-m644
doc/
{
FAT,API,parted.
{
txt,html
}}
/usr/share/doc/parted-3.3
rm
-rf
parted-3.3
parted-3.3-tests.patch
0 → 100644
View file @
13a74cb1
diff -uNr parted-3.3/tests/Makefile.am parted-3.3-tests/tests/Makefile.am
--- parted-3.3/tests/Makefile.am 2019-10-11 09:28:51.000000000 +1030
+++ parted-3.3-tests/tests/Makefile.am 2020-04-19 13:06:34.658129793 +0930
@@ -28,11 +28,8 @@
t0213-mkpart-start-negative.sh \
t0220-gpt-msftres.sh \
t0250-gpt.sh \
- t0251-gpt-unicode.sh \
t0280-gpt-corrupt.sh \
t0281-gpt-grow.sh \
- t0282-gpt-move-backup.sh \
- t0283-overlap-partitions.sh \
t0300-dos-on-gpt.sh \
t0301-overwrite-gpt-pmbr.sh \
t0350-mac-PT-increases-sector-size.sh \
@@ -71,7 +68,6 @@
t5000-tags.sh \
t6000-dm.sh \
t6001-psep.sh \
- t6002-dm-busy.sh \
t6003-dm-hide.sh \
t6004-dm-many-partitions.sh \
t6005-dm-uuid.sh \
diff -uNr parted-3.3/tests/Makefile.in parted-3.3-tests/tests/Makefile.in
--- parted-3.3/tests/Makefile.in 2019-10-11 09:33:39.000000000 +1030
+++ parted-3.3-tests/tests/Makefile.in 2020-04-19 13:06:40.453148038 +0930
@@ -1644,11 +1644,8 @@
t0213-mkpart-start-negative.sh \
t0220-gpt-msftres.sh \
t0250-gpt.sh \
- t0251-gpt-unicode.sh \
t0280-gpt-corrupt.sh \
t0281-gpt-grow.sh \
- t0282-gpt-move-backup.sh \
- t0283-overlap-partitions.sh \
t0300-dos-on-gpt.sh \
t0301-overwrite-gpt-pmbr.sh \
t0350-mac-PT-increases-sector-size.sh \
@@ -1687,7 +1684,6 @@
t5000-tags.sh \
t6000-dm.sh \
t6001-psep.sh \
- t6002-dm-busy.sh \
t6003-dm-hide.sh \
t6004-dm-many-partitions.sh \
t6005-dm-uuid.sh \
parted-3.3.tar.xz
0 → 100644
View file @
13a74cb1
File added
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