201 Commits (1b1d04f5dd4b83b8833a69ac1818e96f0460c3b6)

Author SHA1 Message Date
  Alejandro Mery be2184fe18 sde-reschedule: fixed sde-reschedule-dependers to work when there are too many packages 16 years ago
  Alejandro Mery 21b427c9a8 sde-reschedule: added pkg alias to sde-reschedule-package, and added -f to let off-db packages pass 16 years ago
  Alejandro Mery 5ed11c2076 sde-reschedule: fixed to also be able to remove log-less packages 16 years ago
  Alejandro Mery 0fbf736c62 sde-download: removed -v from copying/linking files found in $altdir 16 years ago
  Alejandro Mery d20e8558af sde-update-tree: removed `echo svn` debugging that leaked before 16 years ago
  Alejandro Mery 50cdcb1fcc sde-download: fixed typo when using download/translations.sed instead of etc/download.sed 16 years ago
  Alejandro Mery 3ff9347b53 sde-create: Introduced tree discriminator, creating a new working tree 16 years ago
  Alejandro Mery 7ae510cc7f sde-create-pkgdb: removed unused variable from create_usage() 16 years ago
  Alejandro Mery b768f7eede sde-update-tree: fixed to not skip package/ when missing 16 years ago
  Alejandro Mery a18173f474 sde-update-tree: Enhanced to not try to update mislocated files where dirs are expected 16 years ago
  Alejandro Mery 5d53254fa5 sde-reschedule-package: Changed to use var/adm/logs instead of var/adm/packages 16 years ago
  Alejandro Mery 60cf9f345e sde-reschedule-dependers: Added -t option to always use "theoric" (.cache based) dependers 16 years ago
  Alejandro Mery 4d59714321 sde-update-package: fixed --md5 to work well when --nolocation is not given 16 years ago
  Alejandro Mery cad8238566 sde-download: fixed bug when download fails and the usage of mirrors is disabled 16 years ago
  Alejandro Mery 3cc523441e sde-download: cleaned altdir handling and removed legacy "temporal" compatibility 16 years ago
  Alejandro Mery a9a07d58af sde-download: Enhanced to make -alt-dir persistant 16 years ago
  Alejandro Mery dd1c1555a4 sde-download: Enhanced mirror handling to choose a new mirror after 24h - number open better suggestions 16 years ago
  Alejandro Mery 47ecc5735b sde-update-tree: removed superfluous message after `git clone`, git is verbose enough 16 years ago
  Alejandro Mery aeb072a3e1 sde-update-tree: enhanced output by using echo_info and the other echo_* functions 16 years ago
  Alejandro Mery 4fd277d006 sde-download: Enhanced altdir support to follow symlinks 16 years ago
  Alejandro Mery d81e72a6f5 sde-create: Introduced `bin/sde-create-pkgdb` to create pkgs/packages.db - yes, it's legacy and ugly 16 years ago
  Alejandro Mery 96b3494a0f sde-update-tree: removed debugging `echo` 16 years ago
  Alejandro Mery 12dda8da95 sde-download-git: Changed to use $ECHO_E 16 years ago
  Alejandro Mery 995f0140cf sde-build-tools: Changed to use $ECHO_E 16 years ago
  Alejandro Mery 96a989f3b2 sde-list-download: changed to use $ECHO_E 16 years ago
  Alejandro Mery 363d0a4941 sde-config-ini: changed to use $ECHO_E 16 years ago
  Alejandro Mery 0ec98b40cf sde-download: changed to use $ECHO_E 16 years ago
  Alejandro Mery 735b7019eb sde-commit: changed to use $ECHO_E 16 years ago
  Alejandro Mery 8141f925f7 sde-update-tree: enhanced to close package/ from the same URL used to clone $SDEROOT 16 years ago
  Alejandro Mery 92b919e437 sde-cleanup: changed to use cat <<-EOT instead of echo -e 16 years ago
  Alejandro Mery bf16cda957 sde-wrapper: Changed to not use `echo -e` unecessarily 16 years ago
  Alejandro Mery 1d6f84a667 sde-list-changes: Fixed to work with git 1.6, which moved git-* out of $PATH 16 years ago
  Alejandro Mery 7fc0dffc9a sde-commit: Fixed to work with git 1.6, which moved git-* out of $PATH 16 years ago
  Alejandro Mery 178613ef61 sde-reschedule-package: Enhanced to stop when the user wont be able to remove packages anyway 16 years ago
  Alejandro Mery 5226c8610b sde-reschedule-new: Finished tool to delete packages which where build before changes occurred to it 16 years ago
  Alejandro Mery 5c3c366d80 sde-reschedule-dependers: Finished tool to remove every package depending on any of those given 16 years ago
  Alejandro Mery 8bf238c06b sde-reschedule-package: Finished tools, but some parts relay on finishing sde-reschedule-{new,dependers} 16 years ago
  Alejandro Mery d9149e9aa3 bin/sde-reschedule-new: Implemented normal mode, soft and dry run. dependers and smarter config detection still missing 16 years ago
  Alejandro Mery a02d12ff15 sde-reschedule-new: Introduced tool to reschedule modified packages from the builds - WIP 16 years ago
  Alejandro Mery 871634b5e8 sde-reschedule-package: Introduced default discriminator of `sde defer`, implementing options parsing only 16 years ago
  Alejandro Mery b24b137aea sde-reschedule: Introduced `sde reschedule` (Alias: defer) wrapper 16 years ago
  Alejandro Mery daf05b53cb sde-reown: enhanced to handle download/, but without breaking hardlinks 16 years ago
  Alejandro Mery 53468ccfec [sde-update-tree] Introduced update_svn_nested(), in charge of listing svn:externals but not sub-externals... which dupe in the recursion 16 years ago
  Alejandro Mery 5e338676b2 [sde-update-tree] Changed update_git() to behave like update_svn() - no nested repos supported yet 16 years ago
  Alejandro Mery 0629000702 [sde-update-tree] Enhanced svn support to handle broken externals without aborting the whole update 16 years ago
  Alejandro Mery bed86172c8 [sde-update-tree] Enhanced to try to detect a branch for rebasing if none set 16 years ago
  Alejandro Mery 489f7a46aa [sde-reown] Added `sde reown` which regain ownership of the files to the owner of the tree 16 years ago
  Alejandro Mery 526d123c6d [sde-update-tree] Changed to use `git pull --rebase` which is smarter 16 years ago
  Alejandro 545f0ad8d1 [sde-update-tree] Fixed to run fine under Ubuntu 17 years ago
  Alejandro 99db9222f7 [sde-update-package] Changed to use gawk instead of awk 17 years ago