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
|
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
|
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
|
2db7a9106a
|
Fixed typo in ./bin/sde-update
|
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
|
a2e673891a
|
Changed bin/sde-help to use lib/sde-wrapper-command.in
|
17 years ago |
Alejandro Mery
|
a8c44e02a6
|
Cleaned bin/sde a bit more and changed to use lib/sde-wrapper-command.in
|
17 years ago |
Alejandro Mery
|
79190da0c5
|
Cleaned bin/sde-help by using lib/sde-wrapper.in
|
17 years ago |
Alejandro Mery
|
a355b259e1
|
Moved command detection code from bin/sde to lib/sde-wrapper.in
|
17 years ago |
Alejandro Mery
|
af30fe6fe5
|
Removed even more superfluous ""s and ''s
|
17 years ago |
Alejandro Mery
|
34117bf21f
|
Moved scripts/xfind.sh to bin/find, and world adapted to support this change
|
17 years ago |
Alejandro Mery
|
5d71c95b32
|
Fixed svn support on `sde ci` to only commit what was requested
|
17 years ago |
Alejandro Mery
|
e01ef36d08
|
Improved bin/sde-update-tree to also update svn sub-trees
|
17 years ago |
Alejandro Mery
|
a562fe4682
|
Fixed `sde ci` to commit changes on svn working trees correctly
|
17 years ago |
Alejandro Mery
|
c44f1e9e25
|
Improved ./bin/sde-commit to produce status and diff for svn working copies
|
17 years ago |
Alejandro Mery
|
1529e0f8b9
|
Fixed `sde ci` to correctly detect unknown version control systems when calculating the diff
|
17 years ago |
Alejandro Mery
|
82afd6391a
|
Improved ./bin/sde-commit to `svn add` '?' files and apply copyright patch to changes on svn working copies
|
17 years ago |
Alejandro Mery
|
7fb707a92e
|
Improved bin/sde-list-changes to detect changes on svn working copies
|
17 years ago |
Alejandro Mery
|
0b1fa3ce48
|
Fixed bin/sde-list-files to handle the '.' correctly
|
17 years ago |
Alejandro Mery
|
457b632b38
|
Fixed bin/sde to _not_ look for aliases on bin/sde-*-* files
|
17 years ago |
Alejandro Mery
|
5a0fb38dd1
|
Fixed `sde ci` to handle multiple files correctly
|
17 years ago |
Alejandro Mery
|
cb855ab536
|
Changed bin/sde-list-files to resolve package names and target names before $PWD relative matches
|
17 years ago |
Alejandro Mery
|
893e9bbedd
|
Improved bin/sde-list-files to handle package and target names directly
|
17 years ago |
Alejandro Mery
|
572eb79210
|
Fixed bin/sde-update-tree now for real
|
17 years ago |
Alejandro Mery
|
352bec5ce7
|
Fixed sde-update-tree to not error when there is no package/* because package/ is not yet cloned
|
17 years ago |
Alejandro Mery
|
d70e9e2114
|
Cleaned bin/sde-update-tree's output
|
17 years ago |
Alejandro Mery
|
a40e3e3830
|
Implemented a simple bin/sde-update-tree which just updates everything, and gets package/ if it's not yet there
|
17 years ago |
Alejandro Mery
|
6a9fca13bc
|
Fixed bin/sde-list-files to work right with the root of a sub-repo is passed (like targets)
|
17 years ago |
Alejandro Mery
|
f57281e27c
|
Improved `sde ci` to only show Changes and Status if a change was detected
|
17 years ago |
Alejandro Mery
|
51d3779582
|
Fixed `sde ci` to pass a clean diff to the awk script which tries to generate a log message
|
17 years ago |
Alejandro Mery
|
430a54c96a
|
Fixed sde-commit to only show the diff of the changes on the index and to show files names $SDEROOT relative
|
17 years ago |
Alejandro Mery
|
384fe63732
|
Finished `sde ci` to finally work on git
|
17 years ago |
Alejandro Mery
|
6fffa68cd4
|
Improved bin/sde-commit to popolate the index with copyright-patched files a to generate the temporal files needed.
|
17 years ago |
Alejandro Mery
|
c23809ed7b
|
Added bin/sde-patch-copyright, a simple tool to get $PWD relative files patched for copyright
|
17 years ago |
Alejandro Mery
|
04c7842b2a
|
Improved bin/sde-list-changes to support --status to give an output similar to `svn st`
|
17 years ago |
Alejandro Mery
|
40097ca6b5
|
Improved bin/sde-list-changes to really detect changes on git repos
|
17 years ago |
Alejandro Mery
|
e4e8cd8b17
|
Introduced initial bin/sde-list-changes tool, to list changes a on given location
|
17 years ago |
Alejandro Mery
|
aaf754242f
|
Changed bin/sde-commit to use commit_abort() instead of lots of ugly code directly on the trap
|
17 years ago |
Alejandro Mery
|
4480457583
|
Changed bin/sde-commit to use bin/sde-list-files to detect roots and relative paths of the given locations
|
17 years ago |
Alejandro Mery
|
a1c6dc09db
|
Moved md5 parsing code from lib/sde-package/update.in to bin/sde-parse-md5
|
17 years ago |
Alejandro Mery
|
adc3c5457c
|
Improved bin/sde-list-files so it detects the roots correctly
|
17 years ago |
Alejandro Mery
|
438a311aca
|
Introduced bin/sde-list-files, an internal helper to transform files into their root relative form
|
17 years ago |
Alejandro Mery
|
1b50b8a913
|
* implemented altdir support on bin/sde-download2 and checksum validation
git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21871 10447126-35f2-4685-b0cf-6dd780d3921f
|
17 years ago |