Remove $extract_sufx item from TODO, add some more from xbps.sh.
--HG-- extra : convert_revision : 8be664ab1189c24842158700823cea3dce03fae8
This commit is contained in:
parent
75f9cf1401
commit
4b276a75ac
2 changed files with 6 additions and 7 deletions
8
TODO
8
TODO
|
@ -1,4 +1,8 @@
|
|||
* Autodetect extract suffix for files with version numbers like 0.10.21 (gstreamer)
|
||||
- extract suffix is ignored in pkg desc (should be allow it?)
|
||||
Some stuff that should be done:
|
||||
|
||||
* Personalized scripts per template to unpack distfiles.
|
||||
* Multiple URLs to download source distribution files, aliases, etc.
|
||||
Something like ${sourceforget} to pick up any specified mirror.
|
||||
* More robust and fast dependency checking.
|
||||
* wget now is required inside the chroot
|
||||
- etc/resolv.conf is copied before entering the chroot
|
||||
|
|
5
xbps.sh
5
xbps.sh
|
@ -27,11 +27,6 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#-
|
||||
#
|
||||
# TODO
|
||||
# - Personalized scripts per template to unpack distfiles.
|
||||
# - Multiple URLs to download source distribution files, aliases, etc.
|
||||
# - More robust and fast dependency checking.
|
||||
#
|
||||
# Default path to configuration file, can be overriden
|
||||
# via the environment or command line.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue