Christian Wiese
65556aad56
lib/functions.in: introduce configcachefile variable which holds a space delimited list of config.cache files
11 years ago
Christian Wiese
5bd7dda7c3
lib/functions.in: improved python build handling by introducing $pybuildopt and $pyinstopt
13 years ago
Christian Wiese
c8c8c16f38
lib/functions.in: added support for 'waf' build system
Following new variables have been introduced and are usable in conf files:
runwaf set to '0' if you want to skip running 'waf' build system.
wafscript script to run for waf based builds
(default = './waf')
wafconfopt options for 'waf configure'
(default = 'configure --prefix=/$prefix')
wafbuildopt options for 'waf build'
(default = 'build')
wafinstopt options for 'waf install'
(default = 'install --destdir=$root --force')
13 years ago
Christian Wiese
dbafffc9c9
added cmake detection for packages
Note:
The current implementation can be summarized like this:
- check if $runcmake is set to '1' and if there is no Makefile but a
CMakeLists.txt file inside of the srcdir
- create a dedicated 'build' directory and cd into it
- run cmake using the provided $cmakeopt
14 years ago
Alejandro Mery
cd1a940f7e
Removed trailing spaces from scripts/ lib/ etc/ doc/, without renewing the copyright note
17 years ago
Alejandro Mery
c294a935e5
Regenerated man pages bases on the lastests sources by misl
17 years ago
Alejandro Mery
0114be8f97
Resync man pages with the updated sources
17 years ago
Minto van der Sluis
c795a025ac
Removed sde-cleanup man page, got replaced with sde-clean.
17 years ago
Alejandro Mery
401582c8c7
Resyncronized man pages with the updated sources - poor misl doesn't have a working asciidoc/xmlto chain :p
17 years ago
Alejandro Mery
c841f7a5d3
Added sde-sync.1 and updated sde-update.1 for the last changes on it's source
17 years ago
Alejandro Mery
bbda0aaa04
Updated doc/man/sde-commit.1 to the last source
17 years ago
Alejandro Mery
e09e3bc248
* updated sde-download.1 to the new .txt commited on r21867
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21868 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
f1cf923c16
* changed short option for --dry-run on sde-download's man page from -d (smells like debug) to -n
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21861 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
3495308bd4
* added -c,--cfg option to `sde download`'s man page to restrict
package and repository discriminators.
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21715 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
7be951e528
* changed sde-download's manpage to receive --extenders instead of --dependencies,
the dependencies handling should not go that deep. imo
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21712 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
ff341a146b
* changed sde-download's manpage to show --mode=[copy|move|hardlink] instead
of [--copy|--move]
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21710 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
6c1d3799e1
* removed --all from the man page of `sde download`, not needed.
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21709 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
4c9d00f48b
* added -p,--package option to `sde list download`'s man page
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21699 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
56640c8527
* updated doc/man/sde-config.1
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21698 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
346edd5203
* added some extra short options to sde-list's manpage
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21695 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
fda384a7a7
* improved bin/sde-list-package usage to be more helpful
for bin/sde-list-download - man pages updated too.
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21685 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
379fb907f8
* changed sde-list's man page to not include a useless -a,-all option
because that case can be assumed when -c or -r are not given
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21671 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
46f76a690d
* added generated manpages to doc/man/*.1
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21622 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
2fd1c092ae
* moved asciidoc files for man pages from doc/man to src/doc/man
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21619 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
aeaf641ec7
* fixed man/sde*.txt to include the minimal requirements to produce man pages
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21618 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
9537871f86
* deleted man/sde-{package,sync}.txt because those commands are deprecated
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21617 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
8d0579261c
* changed man/sde-config to use -g,--get instead of -q,--query as discussed on IRC
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21602 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
525ca359f4
* changed doc/man/sde-download.txt to state that 'package'
is the default discriminator if none is passed
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21593 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
3edaecbf64
* added options and discriminators to man/sde-list
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21592 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
b46939d913
* changed man/sde-download's NAME to the short description
from the wiki and DESCRIPTION to the 'long' one
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21591 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
7ac8e15dbf
* moved man/sde-config's NAME to DESCRIPTION, and replaced NAME
with the short description from the wiki
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21590 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
1fe60bfb55
* added options for `sde config system` and the current tree
of sections and keys
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21589 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
7142d97e80
* added --dependencies $config to man/sde-download
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21588 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
0d01d3fb60
* completed (initially) man/sde-download based on the current help
of the command and the description on the wiki
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21587 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
aef12707b6
* completed (a bit) man/sde-config based on the description on the wiki
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21586 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
5ab7a5f7dd
* renamed sde-configure to sde-config as defined on the last version
of the specs
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21585 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
2703fa091a
* added templates for manpages (on asciidoc format) for our sde-* commands
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21580 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
3a1cd0aa75
* moved our trunk into the framework subproject
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@20073 10447126-35f2-4685-b0cf-6dd780d3921f
18 years ago