Alejandro Mery
2a55bc2802
sde-update-tree: add src/tools-source/fl_ns subtree
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
5420d48a9f
sde: add dummy `sde run` placeholder
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
5a861e0712
sde-build-tools: factor out code to build flist tools
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
c13c8def27
sde-download: allow .jar to be described as "Java archive data"
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
098c357646
sde-cleanup-linger: add -d/--dry-run mode
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
9f501abc4c
sde-cleanup: switch to --foo options
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
0571bdad8c
sde: make `sde` ensure usage of ./run.sh when available
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
46b7084bf6
sde: add optional `-x` support for `set -x` the sde frontend
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
e7570f7902
sde-update-tree: remove hardcoded package's url from the checkout loop
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
77842d946f
sde-update-tree: use https:// instead of git:// as default baseurl
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
c65f1b17ac
sde-commit: prerender Signed-of-by when using -s
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
83d6eece60
allow bash 5.x on the host
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
fd40fbfc66
sde-build-tools: make sure we don't can't a .a for fl_wrapper
Signed-off-by: Alejandro Mery <amery@jpi.io>
4 years ago
Alejandro Mery
1804da4ac9
sde-commit: add -s support to sign git commits
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
5baccef497
sde-update-package: remove bashism
Signed-off-by: Alejandro Mery <amery@geeks.cl>
4 years ago
Alejandro Mery
d5fbb01485
sde: allow redirects when downloading the mirrors list
Signed-off-by: Alejandro Mery <amery@geeks.cl>
5 years ago
Alejandro Mery
06c4071896
sde-list-download: get rid of bashism to extract first char of filename
Signed-off-by: Alejandro Mery <amery@geeks.cl>
5 years ago
Nagy Károly Gábriel
1b7fc27a44
sde-build-tools: on some platforms automagic happens and \n works as LF in
${wrappervars// /\n}, but since we echo -e that construct should be ${wrappervars// /\\n}
9 years ago
Alejandro Mery
553ca808ed
sde-build-tools: improve libc detection to support fl_wrapper for musl
10 years ago
Alejandro Mery
f5c7b17123
sde-build-tools: move strip_wrapper into a separated file and fix bashism
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
81792c7e27
sde-update-tree: auto-stash (and restore) local changes on update before the rebase
11 years ago
Alejandro Mery
7f9841b742
sde-download: fix file 5.12 support when checking .jar files
11 years ago
Alejandro Mery
78d522b2f6
sde-cleanup: don't rant about .gitattributes files
11 years ago
Alejandro Mery
cd01a53887
sde-update-tree: call ./update.sh scripts when present in the root of a git/svn tree
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Christian Wiese
d4727654a1
sde-cleanup-linger: improved patterns to not remove any file starting with 'core'
11 years ago
Christian Wiese
5049b7ebef
sde-check-system: added bc to the paranoia check
Since linux kernel version >= 3.10 bc is needed to build it, which is a
side-effect of removing the dependency on perl.
11 years ago
Alejandro Mery
f27f65e18e
sde-reschedule: silence ENOTDIR errors from rmdir()
and sightly refactor the remove_package() function
11 years ago
Alejandro Mery
d419cca3fc
sde-reschedule: fix case when there is no flist available
11 years ago
Alejandro Mery
83fcf61148
sde-reschedule: fix no-filename case in remove_package()
11 years ago
Alejandro Mery
8933c7588f
sde-reschedule: remove `mine` dependency
11 years ago
Alejandro Mery
ff71141e76
sde-install: change `sudo ./bin/sde install` to install at /usr/local/bin
instead of $HOME/bin, because on some systems `sudo` alters $PATH for
security reasons
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
9e24b38d9d
sde: fix `sudo ./bin/sde install` case
so we can actually `sudo sde ....` later
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Christian Wiese
68ec67b8de
sde-download: improved to use download.mirror_list if it is set in ~/.sde/settings making mirror-list fetching more flexible
11 years ago
Alejandro Mery
e3b866777e
fl_wrapper: add support for /lib/x86_64-linux-gnu/libc.so.6 style
11 years ago
Christian Wiese
61520042d5
sde-download: fixed to match the file type case-insensitive
Note:
New versions of `file` return "XZ compressed data" instead of
"xz compressed data" like former versions did, which breaks xz
file type detection in 'sde-download'.
12 years ago
Christian Wiese
5072e5bff8
Revert "Revert "bin/sde-build-tools: changed to also create a symlink lib -> lib64 when building cross tools for 64bit architectures""
This reverts commit 26e9d3bd7e
.
12 years ago
Nagy Károly Gábriel
26e9d3bd7e
Revert "bin/sde-build-tools: changed to also create a symlink lib -> lib64 when building cross tools for 64bit architectures"
This reverts commit 6fa6b28992
.
13 years ago
Christian Wiese
6fa6b28992
bin/sde-build-tools: changed to also create a symlink lib -> lib64 when building cross tools for 64bit architectures
Note:
This is a first approach which leaves some space for improvements of course.
13 years ago
Alejandro Mery
f3be12af4d
sde-list-download: Add .xz support
13 years ago
Christian Wiese
671b4a4e80
sde-download: added xz support
13 years ago
Christian Wiese
80dd44970a
sde-download: fixed typo in warning message
13 years ago
Alejandro Mery
a93d30880e
sde-update-tree: fixed dash support, foo=$() is not resilient to whitespacing
13 years ago
Alejandro Mery
467732f28b
sde-nopaste: added 'paste' alias
14 years ago
Alejandro Mery
8bf4046a8b
sde-check-system: added support for /usr/lib*/libc.a
14 years ago
Alejandro Mery
31fd8263c6
sde-build-tools: fixed parse-config cache generator to honor target inherence order
14 years ago
Alejandro Mery
b53c6257bb
sde-download: improved to tolerate files directly at package/
14 years ago
Alejandro Mery
21b9c894b4
sde-download: fixed '.' handling in .sde/settings
14 years ago
Alejandro Mery
4cb987f41c
sde-nopaste: changed to not warn for obvious plain text
14 years ago
Alejandro Mery
c1d16aa850
sde-nopaste: improved to handle application/x-shellscript as well
14 years ago
Alejandro Mery
219b39fa92
sde-nopaste: improved to skip empty inputs
14 years ago