140 Commits (5f2790dd0c0d9052cfc9c102f446bf58926c5619)

Author SHA1 Message Date
  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
  Alejandro Mery ee4054577e Changed lib/sde-package/url2d.sh to use unknown instead of none when the given url doesn't have a file part 17 years ago
  Alejandro Mery fbf35bdce0 Moved to lib/sde-package/url2d.sh code to turn download locations into [D] tags 17 years ago
  Alejandro Mery d58660168a Removed from lib/sde-package code to create new packages from debian, it will be reimplemented as a hive 17 years ago
  Alejandro Mery 07497f8bd0 Removed obsolete ./lib/sde-package/new.{in,sh} 17 years ago
  Alejandro Mery e8b105e44e Changed freshmeat package hive to use /bin/sh instead of bash, and added 'fm' as alias 17 years ago
  Alejandro Mery 649c0a6533 Fixed freshmeat package hive to not output [A] if it doesn't know 17 years ago
  Alejandro Mery 1b38b8415f Turned lib/sde-package/hives/freshmeat into a hive, sending to stdou what it knows about the package 17 years ago
  Alejandro Mery 8662f53da5 Moved lib/sde-package/new-freshmeat.sh to lib/sde-package/hives/freshmeat, as it will become a hive 17 years ago
  Alejandro Mery d8b7306bf5 Added trivial download hive for sde-create-package 17 years ago
  Alejandro Mery 23b42fb570 Added package_hive_alias() to lib/sde-package/hives.in to translate the alias of a hive, into the real hive. 17 years ago
  Alejandro Mery 675e142be2 Changed package_hives_list() to look for executable files instead of .in files 17 years ago
  Alejandro Mery ef53b331a9 Introduced lib/sde-package/hives.in library, including only package_hives_list() for now 17 years ago
  Alejandro Mery 14bcf43ef5 Fixed sde_wrapper_discriminator() to not freeze when there is no discriminator 17 years ago
  Alejandro Mery 00a371d83d Changed boot_cd_*() stubs to use echo_warning() instead of echo_status() 17 years ago
  Alejandro Mery 491495d9a3 Added stub boot_cd_*() functions to lib/boot/boot.in 17 years ago
  Alejandro Mery d4118b5513 Added note on lib/boot/boot.in about the need of supporting target inherence. 17 years ago
  Alejandro Mery d45906bc1a Introduced lib/boot/boot.in as a wrapper to the boot code of the active bootloaders, handling extensions from the architecture and overloads from the target. 17 years ago
  Alejandro Mery 12dfbd20ee Changed ./lib/sde-package/patch-copyright.sh to assume 'sh' mode for .txt files 17 years ago
  Alejandro Mery cd1a940f7e Removed trailing spaces from scripts/ lib/ etc/ doc/, without renewing the copyright note 17 years ago
  Alejandro Mery 6e8e1a0e59 Improved lib/sde-package/patch-copyright.sh to remove trailing spaces from the copyright note 17 years ago
  Alejandro Mery 077930b628 Fixed rock_substitute() to quote the filename 17 years ago
  Alejandro Mery 8d0694a419 Changed lib/*'s [ ==s to =s, to be more dash/standard friendlier 17 years ago
  Alejandro Mery 38d134d5f0 Finally removed misc/ directory from $SDEROOT 17 years ago
  Alejandro Mery 0894ffd3ad Moved misc/tail to lib/init 17 years ago
  Alejandro Mery 8cbee4ddaa Removed ancient lib/misc/extconv.sh helper, not needed since ealry RL years 17 years ago
  Alejandro Mery ee836b821e Fixed references to misc/archive/ in lib/misc 17 years ago
  Alejandro Mery f8b15486f4 Fixed references to misc/lua/ in lib/lua 17 years ago
  Alejandro Mery 3a3d1e50c9 Moved misc/archive to lib/misc, temporarily 17 years ago
  Alejandro Mery 1d0e693b24 Moved misc/statistics/ to lib/ 17 years ago
  Alejandro Mery 32f3214980 Moved misc/lua to lib/lua 17 years ago
  Alejandro Mery 3ea2405306 Fixed lib/sde-package/patch-copyright.sh to support commas on the copyright note 17 years ago
  Alejandro Mery d0190d0341 Moved base config.cache file from scripts/ to lib/sde-build 17 years ago
  Alejandro Mery e89c5618e9 Introduced package_confdir() in lib/sde-package.in and changed `sde up pkg` to use it 17 years ago
  Alejandro Mery 26ae0362b4 Moved (finally) `sde pkg up` to `sde up pkg` 17 years ago
  Alejandro Mery 38e2875cd5 Cleaned a bit more how the list of available commands and available discriminators are listed 17 years ago
  Alejandro Mery a31833f961 Changed sde_wrapper_command() to use sde_wrapper_name instead of it's own parser 17 years ago
  Alejandro Mery 243ef85b2f Fixed bug in sde_wrapper_discriminator() 17 years ago
  Alejandro Mery 11c1781ddb Changed how available commands and available discriminators are listed to improve readability 17 years ago
  Alejandro Mery cae71641e2 Changed sde_wrapper_discriminator_help() to not exit, because that breaks the discoverability of bin/sde-$command code 17 years ago
  Alejandro Mery 7267eb860c Introduced lib/sde-wrapper-discriminator.in to be used by bin/sde-$command wrappers 17 years ago
  Alejandro Mery f19d4a79c4 Splitted lib/sde-wrapper.in into lib/sde-wrapper-command.in 17 years ago
  Alejandro Mery bd09bc8f2a Added sde_wrapper_command_{name,desc,aliases}() functions to lib/sde-wrapper.in to be used by sde-help 17 years ago
  Alejandro Mery c24bbfea06 Renamed lib/sde-wrapper.in's sde_list_command_files() to sde_wrapper_command_list() 17 years ago
  Alejandro Mery a355b259e1 Moved command detection code from bin/sde to lib/sde-wrapper.in 17 years ago