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
|
95b266a70d
|
Added package_hive_desc() adn package_hive_aliases() to ./lib/sde-package/hives.in
|
17 years ago |
Alejandro Mery
|
f070b7d349
|
Added descriptions to the `sde new pkg` hives to be used on the help
|
17 years ago |
Alejandro Mery
|
cc6640fabb
|
Improved download hive, to use the first url to guess a [U] tag
|
17 years ago |
Alejandro Mery
|
542b5af344
|
Fixed typo in ./lib/sde-package/hives/freshmeat
|
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
|
ee4054577e
|
Changed lib/sde-package/url2d.sh to use unknown instead of none when the given url doesn't have a file part
|
17 years ago |
Alejandro Mery
|
fbf35bdce0
|
Moved to lib/sde-package/url2d.sh code to turn download locations into [D] tags
|
17 years ago |
Alejandro Mery
|
d58660168a
|
Removed from lib/sde-package code to create new packages from debian, it will be reimplemented as a hive
|
17 years ago |
Alejandro Mery
|
07497f8bd0
|
Removed obsolete ./lib/sde-package/new.{in,sh}
|
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
|
e8b105e44e
|
Changed freshmeat package hive to use /bin/sh instead of bash, and added 'fm' as alias
|
17 years ago |
Alejandro Mery
|
649c0a6533
|
Fixed freshmeat package hive to not output [A] if it doesn't know
|
17 years ago |
Alejandro Mery
|
1b38b8415f
|
Turned lib/sde-package/hives/freshmeat into a hive, sending to stdou what it knows about the package
|
17 years ago |
Alejandro Mery
|
8662f53da5
|
Moved lib/sde-package/new-freshmeat.sh to lib/sde-package/hives/freshmeat, as it will become a hive
|
17 years ago |
Alejandro Mery
|
d8b7306bf5
|
Added trivial download hive for sde-create-package
|
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
|
23b42fb570
|
Added package_hive_alias() to lib/sde-package/hives.in to translate the alias of a hive, into the real hive.
|
17 years ago |
Alejandro Mery
|
675e142be2
|
Changed package_hives_list() to look for executable files instead of .in files
|
17 years ago |
Alejandro Mery
|
ef53b331a9
|
Introduced lib/sde-package/hives.in library, including only package_hives_list() for now
|
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
|
14bcf43ef5
|
Fixed sde_wrapper_discriminator() to not freeze when there is no discriminator
|
17 years ago |
Alejandro Mery
|
0dd1d44295
|
Fixed .gitignore to not be recursive
|
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
|
00a371d83d
|
Changed boot_cd_*() stubs to use echo_warning() instead of echo_status()
|
17 years ago |
Alejandro Mery
|
c3685c62d6
|
Changed livecd output format to use boot_cd_*() instead of arch_boot_cd_*()
|
17 years ago |
Alejandro Mery
|
80624c5708
|
Changed install output format to use boot_cd_*() instead of arch_boot_cd_*()
|
17 years ago |
Alejandro Mery
|
d18076c802
|
Deleted target/share/boot.in in favor of lib/boot/boot.in
|
17 years ago |
Alejandro Mery
|
0c4cc8c4b0
|
Changed install and livecd output formats to use lib/boot/boot.in instead of target/share/boot.in
|
17 years ago |
Alejandro Mery
|
491495d9a3
|
Added stub boot_cd_*() functions to lib/boot/boot.in
|
17 years ago |
Alejandro Mery
|
6e5070d7fa
|
Moved the rest of architecture/x86/boot to package/x86/grub/boot
|
17 years ago |
Alejandro Mery
|
436391decf
|
Moved Moved architecture/x86/boot/lilo-* to package/x86/lilo/boot/
|
17 years ago |
Alejandro Mery
|
bed65bd983
|
Moved architecture/sparc/boot/* to package/sparc/silo/boot/
|
17 years ago |
Alejandro Mery
|
1e88646609
|
Moved architecture/powerpc/boot/* to package/powerpc/yaboot/boot/
|
17 years ago |
Alejandro Mery
|
ed44e4ddd4
|
Removed architecture/{powerpc64,sparc64,x86-64}/boot/boot.in because they were only used to source boot.in from the not-64 flavor of the arch
|
17 years ago |
Alejandro Mery
|
d4118b5513
|
Added note on lib/boot/boot.in about the need of supporting target inherence.
|
17 years ago |
Alejandro Mery
|
d45906bc1a
|
Introduced lib/boot/boot.in as a wrapper to the boot code of the active bootloaders, handling extensions from the architecture and overloads from the target.
|
17 years ago |
Alejandro Mery
|
f544698871
|
Introduced BOOT flag, to mark boot loaders.
|
17 years ago |
Alejandro Mery
|
12dfbd20ee
|
Changed ./lib/sde-package/patch-copyright.sh to assume 'sh' mode for .txt files
|
17 years ago |
Alejandro Mery
|
dbb0e3987c
|
Changed scripts/Build-Pkg to not write etc/mtab when mounting tmpfs ($SDECFG_SRC_TMPFS) to fl_wrapper doesn't scream
|
17 years ago |
Alejandro Mery
|
666897dac1
|
Changed target/share/install/init to use only udev, and not hardcode any modprobe
|
17 years ago |
Christian Wiese
|
bc1fa971ac
|
Remove hotplug++ from 2nd stage image
|
17 years ago |
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 |