800 Commits (8b24b3ab219080cb43c08f101f2eef1ef5e69363)
 

Author SHA1 Message Date
  Christian Wiese 58c1631e5b Fixed Build-Pkg to only use *.patch.cross patches at cross-compile stage 17 years ago
  Christian Wiese 364ae11423 Fixed Build-Tools to read lib/*/{parse-config,parse-config-fix-arch,wrappers.in} 17 years ago
  Alejandro Mery cd1a940f7e Removed trailing spaces from scripts/ lib/ etc/ doc/, without renewing the copyright note 17 years ago
  Alejandro Mery e5ffbe8473 Removed trailing spaces from architecture/ ... without renewing the copyright note 17 years ago
  Alejandro Mery 19fdc54671 Removed trailing spaces from bin/ ... 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 92eb86aadf Changed bin/download to use expr instead of [[ 17 years ago
  Alejandro Mery 4148e01814 Changed Create-ISO to pass -quiet instead of -q to mkisofs, ubuntu's 2.01 doesn't support -q. 17 years ago
  Alejandro Mery 795f4f12b0 Improved `sde up` to assume sde up tree only when called without arguments, but sde up pkg when called with arguments 17 years ago
  Alejandro Mery 077930b628 Fixed rock_substitute() to quote the filename 17 years ago
  Alejandro Mery 996f56f385 Fixed scripts/Build-Pkg to not try to symlink misc/ which doesn't exist anymore 17 years ago
  Alejandro Mery 87d9fd829e Improved bin/sde-cleanup-linger to run the searches in parallel 17 years ago
  Alejandro Mery 9794a2e216 Cleaned bin/sde-cleanup-linger by using some variables 17 years ago
  Alejandro Mery bdef6f7fbb Fixed typo in bin/sde-cleanup 17 years ago
  Alejandro Mery 032a66c2b6 Changed `sde cleanup lingering` to sit in $SDEROOT 17 years ago
  Alejandro Mery f0e44e7ff6 Set `sde clean` as an alias of `sde cleanup` 17 years ago
  Alejandro Mery 66cff79447 Moved the search of lingering files on `sde cleanup` to sde-cleanup-linger 17 years ago
  Alejandro Mery 7ed91fb6fa Changed scripts/*'s [ ==s to =s 17 years ago
  Alejandro Mery df26a450cc Fixed some vi-highlighting problems in ./scripts/Create-ISO and changed a ['s == to = 17 years ago
  Alejandro Mery 4d1b5ec2c1 Fixed bin/sde-commit to react to CTRL-C correctly even before "$logfile" gets defined 17 years ago
  Alejandro Mery 8d0694a419 Changed lib/*'s [ ==s to =s, to be more dash/standard friendlier 17 years ago
  Alejandro Mery 94be70df75 Fixed bin/* to use = instead of == on [ calls, because dash doesn't support == 17 years ago
  Alejandro Mery 88458accca Renamed scripts/Check-System to bin/sde-check-system 17 years ago
  Alejandro Mery 38d134d5f0 Finally removed misc/ directory from $SDEROOT 17 years ago
  Alejandro Mery e93002cc71 Fixed scripts/Create-DescPatch to look for desc_format in etc/ instead of the long gone misc/share 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 3e3d8b7ee8 Renamed some functions inside bin/sde-update-package to be update_*() instead of package_*() 17 years ago
  Alejandro Mery cda2cfe373 changed `sde update tree` to nicely indent the output of the update commands 17 years ago
  Alejandro Mery c188470c07 Fixed ./scripts/Create-PkgQueue, broken when removing the ""s ... on from awk code leaked in 17 years ago
  Alejandro Mery 0e249083cb Reindented part of bin/sde-update-package which was left that way before to reduce the diff 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 2db7a9106a Fixed typo in ./bin/sde-update 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 be1be4ac19 Added description to bin/sde-update-tree and cleaned a bit 17 years ago
  Alejandro Mery 206b699e37 Implemented `sde update` as a proof of concept of the usage of lib/sde-wrapper-discriminator.in, tree is the default. 17 years ago
  Alejandro Mery b8a8c4fedf Removed "--help" alias from `sde help` 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