184 Commits (a30c3f62d2011b80d2ecaacaaee9728a6e85a927)

Author SHA1 Message Date
  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 17 years ago
  Alejandro Mery 537872a1b9 [opensde] improved pkgdesc function to return an arbitrary package's conf dir on request. 17 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
  Alejandro Mery 38a590209f [sde-commit] Cleaned commit-message.awk to not hide ' - ' inside the title variable 17 years ago
  Alejandro Mery 2c7f562081 [sde-commit] Changed message generation to use a heading [$pkg] text 17 years ago
  Alejandro Mery 9ae0ded830 Improved overlay_apply() to support D_foodir macros on the content of .txt and .sh/.exec files and on the target of the .ln files 17 years ago
  Alejandro Mery 07eb9e0706 Fixed overlay_apply() to remove the leading / produced when translating D_foodirs 17 years ago
  Alejandro Mery dce1c0af39 Improved overlay_apply() to support D_foodir usage in the name of the overlay files 17 years ago
  Alejandro Mery 4e196129e5 Moved initramfs output format's initramfs_install_overlay to a global lib/overlay/overlay-functions.in under the name of overlay_apply 17 years ago
  Aldas Nabazas 312a7c2068 removed sanity check for "-pthread" , seems it doesn't needed anymore. 17 years ago
  Alejandro Mery 0bb4297088 Added echo_title() to lib/term-functions.in 17 years ago
  Alejandro Mery 584f77bdc5 Moved the default config.cache for cross compilations from lib/sde-build to architecture/share 17 years ago
  Alejandro Mery 5d5ceffc24 Changed bin/sde-download, lib/parse-config, scripts/Build-Target and scripts/Config to use lib/sde-config/migrate.sh to validate and migrate a given $config 17 years ago
  Alejandro Mery 2d6b91d983 Introduced lib/sde-config/migrate.sh script to validate the existance of config/$config/config, and migrate it to lastest format (as far as possible) 17 years ago
  Alejandro Mery 205172a239 Revert "Fixed rock_substitute() to quote the filename", rock_substitute() is expected to working without arguments too (stdin) 17 years ago
  Alejandro Mery 95b266a70d Added package_hive_desc() adn package_hive_aliases() to ./lib/sde-package/hives.in 17 years ago
  Alejandro Mery f070b7d349 Added descriptions to the `sde new pkg` hives to be used on the help 17 years ago
  Alejandro Mery cc6640fabb Improved download hive, to use the first url to guess a [U] tag 17 years ago
  Alejandro Mery 542b5af344 Fixed typo in ./lib/sde-package/hives/freshmeat 17 years ago
  Alejandro Mery dc0fe17710 Changed download and freshmeat hives to simply return the urls, and changed sde-create-package to use url2d to convert them into good [D] tags 17 years ago