Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
33
Merge Requests
33
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
cb8d1232
Commit
cb8d1232
authored
May 24, 2013
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove outdated pkg
parent
e10262f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
53 deletions
+4
-53
aufs2-util/PKGBUILD
aufs2-util/PKGBUILD
+0
-34
aufs2-util/create-tarball.sh
aufs2-util/create-tarball.sh
+0
-15
aufs3-util/PKGBUILD
aufs3-util/PKGBUILD
+3
-3
aufs3-util/create-tarball.sh
aufs3-util/create-tarball.sh
+1
-1
No files found.
aufs2-util/PKGBUILD
deleted
100644 → 0
View file @
e10262f0
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
aufs2-util
pkgver
=
20110519
pkgrel
=
2
pkgdesc
=
"Another Unionfs Implementation that supports NFS branches"
arch
=(
'i686'
'x86_64'
)
url
=
"http://aufs.sourceforge.net/"
license
=(
'GPL2'
)
depends
=(
'glibc'
)
makedepends
=(
'kernel26>=2.6.39'
'kernel26-headers'
)
replaces
=(
'aufs-utils'
)
source
=(
http://chakra-project.org/sources/aufs2-util/aufs2-util-
$pkgver
.tar.gz
)
md5sums
=(
'5375acb2e59b7d8ba5d5a646e0a6c26f'
)
build
()
{
cd
$srcdir
/aufs2-util-
$pkgver
||
return
1
# fix KDIR
export
CPPFLAGS
=
"-I /usr/src/linux-2.6.39-CHAKRA/include/"
#sed -i 's|$(shell uname -r)|2.6.36-CHAKRA|g' ./Makefile
# build
make
||
return
1
# install
#mkdir -p $pkgdir/{sbin,usr/bin,etc/default/aufs}
make
DESTDIR
=
$pkgdir
install
||
return
1
rm
$pkgdir
/usr/lib/libau.so.2
rm
$pkgdir
/usr/lib/libau.so
ln
-sf
libau.so.2.2
$pkgdir
/usr/lib/libau.so.2
ln
-sf
libau.so.2.2
$pkgdir
/usr/lib/libau.so
}
aufs2-util/create-tarball.sh
deleted
100755 → 0
View file @
e10262f0
#!/bin/sh
#AUFS2VERSION=""
#KERNELVERSION=2.6.35
GITSNAPSHOT
=
20110817
# aufs2 (no -xx) for the latest -rc version.
rm
-R
aufs-util.git
git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git
cd
aufs-util
#git checkout origin/aufs2${AUFS2VERSION}
git checkout origin/aufs2.2
#*** apply "aufs2-base.patch" and "aufs2-standalone.patch" to your kernel source files.
cd
..
rm
-rf
aufs2-util-
${
GITSNAPSHOT
}
cp
-a
aufs-util aufs2-util-
${
GITSNAPSHOT
}
tar
-czf
aufs2-util-
${
GITSNAPSHOT
}
.tar.gz
--exclude
=
.git aufs2-util-
${
GITSNAPSHOT
}
aufs3-util/PKGBUILD
View file @
cb8d1232
...
...
@@ -2,8 +2,8 @@
# Chakra Packages for Chakra, part of chakra-project.org
pkgname
=
aufs3-util
pkgver
=
201
20607
pkgrel
=
2
pkgver
=
201
30524
pkgrel
=
1
pkgdesc
=
"Another Unionfs Implementation that supports NFS branches"
arch
=(
'x86_64'
)
url
=
"http://aufs.sourceforge.net/"
...
...
@@ -17,7 +17,7 @@ md5sums=('a1012045b45ec13ccc1be231d5e76464')
build
()
{
cd
$srcdir
/aufs3-util-
$pkgver
export
CPPFLAGS
=
"-I /usr/src/linux-3.9.
0
-1-CHAKRA/include/"
export
CPPFLAGS
=
"-I /usr/src/linux-3.9.
2
-1-CHAKRA/include/"
make
}
...
...
aufs3-util/create-tarball.sh
View file @
cb8d1232
#!/bin/sh
#AUFS2VERSION=""
#KERNELVERSION=2.6.35
GITSNAPSHOT
=
201
20607
GITSNAPSHOT
=
201
30524
_aufsver
=
aufs3.0
# aufs2 (no -xx) for the latest -rc version.
rm
-Rf
aufs-util
...
...
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