Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Lukas Niegsch
slapos
Commits
af4b3d1b
Commit
af4b3d1b
authored
Jul 11, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change share path from / to /usr
parent
a0120349
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
25 additions
and
25 deletions
+25
-25
component/bison/buildout.cfg
component/bison/buildout.cfg
+1
-1
component/bzip2/buildout.cfg
component/bzip2/buildout.cfg
+2
-2
component/ca-certificates/buildout.cfg
component/ca-certificates/buildout.cfg
+2
-2
component/file/buildout.cfg
component/file/buildout.cfg
+1
-1
component/gdbm/buildout.cfg
component/gdbm/buildout.cfg
+1
-1
component/gettext/buildout.cfg
component/gettext/buildout.cfg
+1
-1
component/glib/buildout.cfg
component/glib/buildout.cfg
+1
-1
component/libexpat/buildout.cfg
component/libexpat/buildout.cfg
+1
-1
component/libxml2/buildout.cfg
component/libxml2/buildout.cfg
+1
-1
component/libxslt/buildout.cfg
component/libxslt/buildout.cfg
+1
-1
component/m4/buildout.cfg
component/m4/buildout.cfg
+1
-1
component/ncurses/buildout.cfg
component/ncurses/buildout.cfg
+1
-1
component/openssl/buildout.cfg
component/openssl/buildout.cfg
+1
-1
component/patch/buildout.cfg
component/patch/buildout.cfg
+1
-1
component/pkgconfig/buildout.cfg
component/pkgconfig/buildout.cfg
+1
-1
component/popt/buildout.cfg
component/popt/buildout.cfg
+1
-1
component/python-2.7/buildout.cfg
component/python-2.7/buildout.cfg
+1
-1
component/readline/buildout.cfg
component/readline/buildout.cfg
+2
-2
component/sqlite3/buildout.cfg
component/sqlite3/buildout.cfg
+1
-1
component/swig/buildout.cfg
component/swig/buildout.cfg
+1
-1
component/xz-utils/buildout.cfg
component/xz-utils/buildout.cfg
+1
-1
component/zlib/buildout.cfg
component/zlib/buildout.cfg
+1
-1
No files found.
component/bison/buildout.cfg
View file @
af4b3d1b
...
...
@@ -27,6 +27,6 @@ environment =
virtual-depends =
patches =
environment =
share = /
share = /
usr
promises =
/usr/bin/bison.exe
component/bzip2/buildout.cfg
View file @
af4b3d1b
...
...
@@ -20,7 +20,7 @@ make-options =
post-make-hook = ${bzip2-hooks-download:location}/${bzip2-hooks-download:filename}:post_make_hook
[bzip2:cygwin]
share = /
share = /
usr
promises =
/usr/bin/bzip2.exe
/usr/lib/libbz2.dll.a
\ No newline at end of file
/usr/lib/libbz2.dll.a
component/ca-certificates/buildout.cfg
View file @
af4b3d1b
...
...
@@ -29,7 +29,7 @@ configure-command = true
make-targets = install DESTDIR=${buildout:parts-directory}/${:_buildout_section_name_} CERTSDIR=certs SBINDIR=sbin
[ca-certificates:cygwin]
share = /
share = /
usr
promises =
/usr/ssl/certs/ca-bundle.crt
/usr/ssl/certs/ca-bundle.trust.crt
\ No newline at end of file
/usr/ssl/certs/ca-bundle.trust.crt
component/file/buildout.cfg
View file @
af4b3d1b
...
...
@@ -17,7 +17,7 @@ environment =
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[file:cygwin]
share = /
share = /
usr
promises =
/usr/bin/file.exe
/usr/bin/cygmagic-1.dll
...
...
component/gdbm/buildout.cfg
View file @
af4b3d1b
...
...
@@ -19,7 +19,7 @@ make-options =
-j1
[gdbm:cygwin]
share = /
share = /
usr
promises =
/usr/include/dbm.h
/usr/lib/libgdbm.dll.a
component/gettext/buildout.cfg
View file @
af4b3d1b
...
...
@@ -28,7 +28,7 @@ environment =
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
[gettext:cygwin]
share = /
share = /
usr
promises =
/usr/bin/gettext.exe
/usr/bin/xgettext.exe
component/glib/buildout.cfg
View file @
af4b3d1b
...
...
@@ -19,7 +19,7 @@ environment =
PATH=${gettext:location}/bin:%(PATH)s
[glib:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cyggio-2.0-0.dll
/usr/bin/cygglib-2.0-0.dll
...
...
component/libexpat/buildout.cfg
View file @
af4b3d1b
...
...
@@ -10,7 +10,7 @@ configure-options =
--disable-static
[libexpat:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cygexpat-1.dll
/usr/lib/libexpat.dll.a
component/libxml2/buildout.cfg
View file @
af4b3d1b
...
...
@@ -19,7 +19,7 @@ environment =
LDFLAGS = -Wl,-rpath=${zlib:location}/lib
[libxml2:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cygxml2-2.dll
/usr/bin/xmlcatalog.exe
...
...
component/libxslt/buildout.cfg
View file @
af4b3d1b
...
...
@@ -22,7 +22,7 @@ environment =
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[libxslt:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cygxslt-1.dll
/usr/bin/xsltproc.exe
...
...
component/m4/buildout.cfg
View file @
af4b3d1b
...
...
@@ -20,6 +20,6 @@ url = http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.bz2
md5sum = 8a7cef47fecab6272eb86a6be6363b2f
[m4:cygwin]
share = /
share = /
usr
promises =
/usr/bin/m4.exe
component/ncurses/buildout.cfg
View file @
af4b3d1b
...
...
@@ -23,7 +23,7 @@ make-options =
-j1
[ncurses:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cygncurses++-10.dll
/usr/bin/cygncurses-10.dll
...
...
component/openssl/buildout.cfg
View file @
af4b3d1b
...
...
@@ -54,7 +54,7 @@ make-targets =
install && rm -f ${buildout:parts-directory}/${:_buildout_section_name_}/etc/ssl/certs/* && for i in ${ca-certificates:location}/certs/*/*.crt; do ln -sv $i ${buildout:parts-directory}/${:_buildout_section_name_}/etc/ssl/certs/`${buildout:parts-directory}/${:_buildout_section_name_}/bin/openssl x509 -hash -noout -in $i`.0; done; true
[openssl:cygwin]
share = /
share = /
usr
promises =
/usr/bin/openssl.exe
/usr/lib/libcrypto.dll.a
...
...
component/patch/buildout.cfg
View file @
af4b3d1b
...
...
@@ -12,6 +12,6 @@ environment =
PATH=${xz-utils:location}/bin:%(PATH)s
[patch:cygwin]
share = /
share = /
usr
promises =
/usr/bin/patch.exe
component/pkgconfig/buildout.cfg
View file @
af4b3d1b
...
...
@@ -34,6 +34,6 @@ environment =
GLIB_LIBS=-L${glib:location}/lib -lglib-2.0 -lintl
[pkgconfig:cygwin]
share = /
share = /
usr
promises =
/usr/bin/pkg-config.exe
component/popt/buildout.cfg
View file @
af4b3d1b
...
...
@@ -10,7 +10,7 @@ configure-options =
--disable-static
[popt:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cygpopt-0.dll
/usr/lib/libpopt.dll.a
component/python-2.7/buildout.cfg
View file @
af4b3d1b
...
...
@@ -52,7 +52,7 @@ environment =
LDFLAGS=-L${zlib:location}/lib -L${readline:location}/lib -L${libexpat:location}/lib -L${ncurses:location}/lib -L${bzip2:location}/lib -L${gdbm:location}/lib -L${openssl:location}/lib -L${sqlite3:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${ncurses:location}/lib -Wl,-rpath=${bzip2:location}/lib -Wl,-rpath=${gdbm:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${sqlite3:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -Wl,-rpath=${file:location}/lib
[python2.7:cygwin]
share = /
share = /
usr
promises =
/usr/bin/python2.7.exe
/usr/bin/libpython2.7.dll
...
...
component/readline/buildout.cfg
View file @
af4b3d1b
...
...
@@ -21,13 +21,13 @@ configure-options =
--disable-static
[readline:cygwin]
share = /
share = /
usr
promises =
/usr/lib/libreadline.dll.a
/usr/include/readline/readline.h
[readline5:cygwin]
share = /
share = /
usr
promises =
/usr/lib/libreadline.dll.a
/usr/include/readline/readline.h
component/sqlite3/buildout.cfg
View file @
af4b3d1b
...
...
@@ -15,7 +15,7 @@ environment =
LDFLAGS=-L${buildout:parts-directory}/${:_buildout_section_name_} -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib
[sqlite3:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cygsqlite3-0.dll
/usr/lib/libsqlite3.dll.a
...
...
component/swig/buildout.cfg
View file @
af4b3d1b
...
...
@@ -36,6 +36,6 @@ environment =
PATH = ${bison:location}/bin:%(PATH)s
[swig:cygwin]
share = /
share = /
usr
promises =
/usr/bin/swig.exe
component/xz-utils/buildout.cfg
View file @
af4b3d1b
...
...
@@ -8,6 +8,6 @@ url = http://tukaani.org/xz/xz-5.0.4.tar.gz
md5sum = df3df690aef18384e1e031be7ec3a964
[xz-utils:cygwin]
share = /
share = /
usr
promises =
/usr/bin/xz.exe
component/zlib/buildout.cfg
View file @
af4b3d1b
...
...
@@ -8,7 +8,7 @@ url = http://downloads.sourceforge.net/project/libpng/zlib/1.2.8/zlib-1.2.8.tar.
md5sum = 44d667c142d7cda120332623eab69f40
[zlib:cygwin]
share = /
share = /
usr
promises =
/usr/bin/cygz.dll
/usr/lib/libz.dll.a
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