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 |
Alejandro
|
ad3e31d72b
|
[sde-commit] Changed to use gawk instead of awk, which on some systems (Ubuntu) points to mawk
|
17 years ago |
Alejandro Mery
|
9ee371aca6
|
Changed sde-build-tools to also call Config when changes on pkgsel and config files happen, only packages file is excluded now
|
17 years ago |
Alejandro Mery
|
e7b13857d0
|
Improved bin/sde-create-package to handle $PWD relative "repositories"
|
17 years ago |
Alejandro Mery
|
2a08b2e45f
|
Cleaned bin/sde-build-tools by using a $TOOLSDIR shortcut
|
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
|
831dba3b2f
|
Reworked how bin/sde-build-tools validate it's options, using getopt now
|
17 years ago |
Alejandro Mery
|
a6a6ac3a8b
|
Moved scripts/Build-Tools to bin/sde-build-tools
|
17 years ago |
Alejandro Mery
|
84e07e9320
|
Removed superfluous ''s from bin/*
|
17 years ago |
Alejandro Mery
|
dc753dc3b2
|
Fixed bin/sde-list-files to give priority to $PWD relative items
|
17 years ago |
Alejandro Mery
|
7bd3998335
|
Improved sde-create-package's create_usage() to take the descriptions and the aliases of the hives dynamicly
|
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
|
3f0db50ee2
|
Finished bin/sde-create-package by adding code to create the $confdir and the .desc file
|
17 years ago |
Alejandro Mery
|
6c44af6b4e
|
Cleaned sed expression on ./bin/sde-create-package's output_tag()
|
17 years ago |
Alejandro Mery
|
94e5e8fc18
|
Added to bin/sde-create-package code to parse the output of the hives and render a good desc file, using default for the fields unknown to the hive.
|
17 years ago |
Alejandro Mery
|
8bf63932a8
|
Improved `sde new pkg` (WIP) to mangle $pkg and $repo, and call the hive
|
17 years ago |
Alejandro Mery
|
4470565d22
|
Introduced bin/sde-create-package, parsing the options and picking the hive (WIP)
|
17 years ago |
Alejandro Mery
|
f75d42e015
|
Deleted bin/sde-package, obsoleted by sde-create-package and sde-update-package
|
17 years ago |
Alejandro Mery
|
da8b35e0f2
|
Implemented `sde create` (with `sde new` as alias) using lib/sde-wrapper-discriminator.in
|
17 years ago |
Alejandro Mery
|
287952d345
|
Improved bin/sde-update-tree to say something when package's git clone succeeded
|
17 years ago |
Alejandro Mery
|
19fdc54671
|
Removed trailing spaces from bin/ ... without renewing the copyright note
|
17 years ago |
Alejandro Mery
|
92eb86aadf
|
Changed bin/download to use expr instead of [[
|
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
|
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 |