lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] [lwip-commits] [SCM] lwIP Contrib - Contributed code fo


From: address@hidden
Subject: Re: [lwip-devel] [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-332-g5d547e2
Date: Tue, 19 Jun 2018 21:34:33 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

It seems like this broke the travis build:
https://travis-ci.org/yarrick/lwip-merged/jobs/393574396

How do we proceed here, revert the unix port or change the travis config?

I'd love to merge the contrib repository into the main git after releasing 2.1.0. We could then even add the travis config file into the repository so that everyone can fix issues like this. With this plan in mind, maybe it's better to restore the old unix port files for now? I don't really care, though...

Simon


On 18.06.2018 12:32, Dirk Ziegelmeier wrote:
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
        via  5d547e26e58ab03d4d2e6642e9b61d3c97c83258 (commit)
       from  539d9ea87c35a92d18bb84ee5b0b5bc334da469e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5d547e26e58ab03d4d2e6642e9b61d3c97c83258
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jun 18 12:32:21 2018 +0200

     Clean up contrib repository
- Delete old example applications that were partially unmaintained
     - Delete unused/untested netifs

-----------------------------------------------------------------------

Summary of changes:
  ports/unix/README                       |  12 -
  ports/unix/lib/Makefile                 |  52 ----
  ports/unix/lib/README                   |  31 --
  ports/unix/lib/lwipopts.h               | 440 ----------------------------
  ports/unix/lib/unixlib.c                |  97 -------
  ports/unix/minimal/Makefile             |  48 ---
  ports/unix/minimal/README               |  12 -
  ports/unix/minimal/lwipopts.h           | 462 -----------------------------
  ports/unix/minimal/main.c               | 224 --------------
  ports/unix/port/include/netif/delif.h   |  42 ---
  ports/unix/port/include/netif/dropif.h  |  41 ---
  ports/unix/port/include/netif/tcpdump.h |  41 ---
  ports/unix/port/include/netif/tunif.h   |  41 ---
  ports/unix/port/include/netif/unixif.h  |  40 ---
  ports/unix/port/netif/delif.c           | 384 ------------------------
  ports/unix/port/netif/pcapif.c          |   9 -
  ports/unix/port/netif/tapif.c           |   4 -
  ports/unix/port/netif/tcpdump.c         | 216 --------------
  ports/unix/port/netif/tunif.c           | 318 --------------------
  ports/unix/port/netif/unixif.c          | 501 --------------------------------
  ports/unix/unixsim/CMakeLists.txt       |  36 ---
  ports/unix/unixsim/Makefile             |  59 ----
  ports/unix/unixsim/README               |  61 ----
  ports/unix/unixsim/lwip_hooks.h         |  49 ----
  ports/unix/unixsim/lwipopts.h           | 401 -------------------------
  ports/unix/unixsim/simhost.c            | 356 -----------------------
  ports/unix/unixsim/simnode.c            | 167 -----------
  ports/unix/unixsim/simrouter.c          | 187 ------------
  28 files changed, 4331 deletions(-)
  delete mode 100644 ports/unix/lib/Makefile
  delete mode 100644 ports/unix/lib/README
  delete mode 100644 ports/unix/lib/lwipopts.h
  delete mode 100644 ports/unix/lib/unixlib.c
  delete mode 100644 ports/unix/minimal/Makefile
  delete mode 100644 ports/unix/minimal/README
  delete mode 100644 ports/unix/minimal/lwipopts.h
  delete mode 100644 ports/unix/minimal/main.c
  delete mode 100644 ports/unix/port/include/netif/delif.h
  delete mode 100644 ports/unix/port/include/netif/dropif.h
  delete mode 100644 ports/unix/port/include/netif/tcpdump.h
  delete mode 100644 ports/unix/port/include/netif/tunif.h
  delete mode 100644 ports/unix/port/include/netif/unixif.h
  delete mode 100644 ports/unix/port/netif/delif.c
  delete mode 100644 ports/unix/port/netif/tcpdump.c
  delete mode 100644 ports/unix/port/netif/tunif.c
  delete mode 100644 ports/unix/port/netif/unixif.c
  delete mode 100644 ports/unix/unixsim/CMakeLists.txt
  delete mode 100644 ports/unix/unixsim/Makefile
  delete mode 100644 ports/unix/unixsim/README
  delete mode 100644 ports/unix/unixsim/lwip_hooks.h
  delete mode 100644 ports/unix/unixsim/lwipopts.h
  delete mode 100644 ports/unix/unixsim/simhost.c
  delete mode 100644 ports/unix/unixsim/simnode.c
  delete mode 100644 ports/unix/unixsim/simrouter.c


hooks/post-receive





reply via email to

[Prev in Thread] Current Thread [Next in Thread]