Alejandro Mery
|
fe25a76c0a
|
sde-download: split get-tokenized.sh into dump.sh and dump-tokenized.sh
|
16 years ago |
Alejandro Mery
|
3cdf5f26e8
|
sde-wrapper-discriminator: changed =$( to ="$( as ubuntu's /bin/sh doesn't assume it
|
16 years ago |
Alejandro Mery
|
e80f4ddc39
|
sde-package: enhanced package_parse() to support '*' and secured
|
16 years ago |
Alejandro Mery
|
c53d11398b
|
sde-wrapper: enhanced to support multiple [\t ]+ delimited aliases on a single ^#Alias: line
|
16 years ago |
Alejandro Mery
|
3e19bd673d
|
sde-download: enhanced get-tokenized.sh to follow redirects
|
16 years ago |
Alejandro Mery
|
545d53fbb1
|
sde-download: Introduced get-tokenized.sh to get the tokenized output of an URL
|
16 years ago |
Alejandro Mery
|
bbf6781d67
|
sde-package: added package_desc_extract() used to extract data from .desc files
|
16 years ago |
Alejandro Mery
|
2208c449c5
|
sde-package: enhanced package_parse() to sanitize (lower case) the arguments
|
16 years ago |
Alejandro Mery
|
59c925ccb6
|
sde-package: introduced package_parse(), which retuns a list of $repo/$pkg from a pattern or path
|
16 years ago |
Alejandro Mery
|
7bb86a10df
|
sde-package: cleaned indentation of lib/sde-package.in
|
16 years ago |
Alejandro Mery
|
e32b8e299b
|
sde-wrapper: fixed lib/sde-wrapper-discriminator.in to work with ubuntu's /bin/sh (dash)
|
16 years ago |
Alejandro Mery
|
de3265624f
|
sde-download: changed protocol/git.sh to source libsde.in quoted
|
17 years ago |
Alejandro Mery
|
54fac56d0e
|
sde-download: Moved bin/sde-download-git to lib/sde-download/protocols/git.sh as it's not a discriminator, but a helper
|
17 years ago |
Alejandro Mery
|
bcad7b3ac5
|
lib/functions.in: Added autoextract_subdir_tar_bz2, which extracts to $pkg-$ver/
|
16 years ago |
Alejandro Mery
|
1c1cda8902
|
overlay: enhanced .patch handling
|
16 years ago |
Alejandro Mery
|
4aeef8d99c
|
term-functions: fixed echo_info() to not break pipe when the app is in quiet mode
|
16 years ago |
Alejandro Mery
|
0a3724b6fd
|
Fixed lib/functions.in's abort() to work when ECHO_E is undefined
|
16 years ago |
Alejandro Mery
|
a30c3f62d2
|
sde-config: removed hardcoded lines to remove gettext when NLS is disabled
|
16 years ago |
Alejandro Mery
|
293dc7a2e9
|
sde-download: fixed validate.sh to only recompress if the file wasn't already the target file
|
16 years ago |
Alejandro Mery
|
733e3b0e2a
|
sde-download: changed mirror-test to end exec-ing sde-config-ini
|
16 years ago |
Alejandro Mery
|
c5ddc3ca78
|
sde-download: Fixed mirror-test output to turn to KB since 1024 bytes instead of an arbitrary 4096
|
16 years ago |
Alejandro Mery
|
29a046f388
|
sde-download: Enhanced mirror-test to record in .sde/settings when the mirror was chosen
|
16 years ago |
Alejandro Mery
|
cf70fbf5ef
|
sde-download: enhanced mirror-test's KB/MB printing to also work without `dc`
|
16 years ago |
Alejandro Mery
|
f7f7205516
|
sde-download: Enhanced mirror test to use KB/s or MB/s when proper
|
16 years ago |
Nagy Karoly Gabriel
|
d156548733
|
sde-download; added translation for the new romanian mirror
|
16 years ago |
Alejandro Mery
|
f0927b8bc9
|
lib/functions.in: Removed create_package_db() in favor on the untrusted sde-create-pkgdb
|
16 years ago |
Alejandro Mery
|
5be77ea129
|
sde-binary: Changed preconfig.in to use $ECHO_E
|
16 years ago |
Alejandro Mery
|
0385f18d09
|
Changed lib/term-functions.in to use $ECHO_E
|
16 years ago |
Alejandro Mery
|
c579fa1349
|
sde-config: Changed scripts/Config to use libsde.in and $ECHO_E
|
16 years ago |
Alejandro Mery
|
e50009306a
|
Changed lib/functions.in to use $ECHO_E
|
16 years ago |
Alejandro Mery
|
f64a8ee533
|
libsde.in: Enahanced to export $ECHO_E, as ubuntu's /bin/sh doesn't support `echo -e` and we want to work on systems where bash isn't /bin/sh
|
16 years ago |
Alejandro Mery
|
7fa7a8cee0
|
sde-config: fixed cpus detection fix to work on older kernels too
|
16 years ago |
Alejandro Mery
|
4f63dff7dc
|
sde-config: enhanced detection of the number of CPUs to be more robust
|
16 years ago |
Alejandro Mery
|
bd022b9087
|
sde-package: Added package_exists() to lib/sde-package.in
|
16 years ago |
Alejandro Mery
|
0afe29851b
|
sde-config: Added config_iscross() function to lib/sde-config.in
|
16 years ago |
Alejandro Mery
|
51a3a532ae
|
sde-config: Introduced config_id() in lib/sde-config.in - to get the value of SDECFG_ID
|
16 years ago |
Alejandro Mery
|
cd04549f65
|
sde-package: removed obsolete attributes from ./lib/sde-package.in
|
16 years ago |
Alejandro Mery
|
44ff33a202
|
Moved pkgchksum() code into lib/sde-package/pkgchksum.sh
|
16 years ago |
Alejandro Mery
|
79886bbd10
|
sde-config: Introduced config_exists() to lib/sde-config.in
|
16 years ago |
Alejandro Mery
|
1a3ba16e85
|
sde-config: Introduced lib/sde-config.in providing config_list() to the tools
|
16 years ago |
Alejandro Mery
|
8b6545547a
|
functions: changed pkginstalled() to use $* instead of "$@" when generating the pattern
|
16 years ago |
Alejandro Mery
|
170c5821de
|
sde-commit: Changed commit message generator to use pkg: instead of [pkg]
|
16 years ago |
Alejandro Mery
|
e710d95231
|
[sde-commit] Enhanced patch-copyright.sh to handle *.(all|ask|choice) as 'sh'
|
16 years ago |
Alejandro Mery
|
75854dd11d
|
[opensde] fixed a bug introduced at 537872a1b9 in lib/functions.in
|
16 years ago |
Alejandro Mery
|
537872a1b9
|
[opensde] improved pkgdesc function to return an arbitrary package's conf dir on request.
|
16 years ago |
Alejandro
|
a950bf523d
|
[sde-package] Fixed patch-copyright.sh to not use bash-only substitutions
|
17 years ago |
Alejandro Mery
|
49e4e990ab
|
[sde-config] Introduced lib/sde-config/pkgseldir_compile.sh, to generate Config code to handle pkgsel.d directories
|
17 years ago |
Alejandro Mery
|
f3c82cbc8b
|
[sde-config] Improved migrate.sh to rename SDECFG_ABORT_ON_ERROR_AFTER to SDECFG_CONTINUE_ON_ERROR_AFTER automaticly
|
17 years ago |
Alejandro Mery
|
533b5c2bb8
|
[sde-config] Renamed $SDECFG_ABORT_ON_ERROR_AFTER to $SDECFG_CONTINUE_ON_ERROR_AFTER which adjusts better to the logic behind
|
17 years ago |
Alejandro Mery
|
7d5df20621
|
[lib/filter] Introduced lib/filter, providing $SDECFG_FILTER_NODEVEL config option to flist-out development files
|
17 years ago |