WO2016145897A1 - 一种更新数据包的制作方法及装置 - Google Patents

一种更新数据包的制作方法及装置 Download PDF

Info

Publication number
WO2016145897A1
WO2016145897A1 PCT/CN2015/094831 CN2015094831W WO2016145897A1 WO 2016145897 A1 WO2016145897 A1 WO 2016145897A1 CN 2015094831 W CN2015094831 W CN 2015094831W WO 2016145897 A1 WO2016145897 A1 WO 2016145897A1
Authority
WO
WIPO (PCT)
Prior art keywords
patch
update
configuration file
timestamp
upgrade
Prior art date
Application number
PCT/CN2015/094831
Other languages
English (en)
French (fr)
Inventor
徐磊
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016145897A1 publication Critical patent/WO2016145897A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • the present invention relates to the field of software technologies, and in particular, to a method and an apparatus for manufacturing an update data packet.
  • the implementation method is to release the update data package, commonly known as patching. Therefore, patching and patching are indispensable operations after the software version is released. For large software systems, such as communication systems, frequent patching can easily lead to higher operating costs and failure rates for manual patching, with the following problems:
  • the embodiment of the invention provides a method and a device for manufacturing an update data packet, so as to at least solve the problem that the patch production efficiency is low in the related art.
  • an embodiment of the present invention provides a method for manufacturing an update data packet, including:
  • the compilation unit and the patch configuration file are combined into one patch set.
  • the upgrade ladder configuration file includes:
  • the upgrade ladder configuration file further includes: a file that needs to be deleted during the execution of the patch collection process.
  • the method further includes:
  • the reference code timestamp is a timestamp of the source code termination corresponding to the source version, or a timestamp after the latest patch update in the process of the program evolution.
  • the patch set includes all the update content for the program update from the timestamp of the source code corresponding to the source version to the current update time;
  • the patch set includes at least two patch packages arranged in an update order, wherein each patch package includes updated content from the last update to the current update.
  • an embodiment of the present invention further provides an apparatus for creating an update data packet, including:
  • Compile the module set to obtain the compilation unit for all patches updated after the program is released;
  • a configuration module configured to add an upgrade ladder configuration file to the patch configuration file, where the upgrade ladder configuration file indicates a source version to which the patch is applicable;
  • a synthesis module configured to combine the compilation unit and the patch configuration file into a patch set.
  • the upgrade ladder configuration file includes:
  • the description information of the patch set the unique source version to which the patch set applies, the timestamp of the reference code, and the files to be deleted during the execution of the patch set.
  • compiling module is further configured to:
  • the reference code timestamp is a timestamp of the source code termination corresponding to the source version;
  • the patch set includes all the updates for the program update from the timestamp of the source code corresponding to the source version to the current update time. Content; or,
  • the reference code timestamp is a latest patched timestamp in the process of the program evolution; the patch set includes at least two patch packages arranged in an update order, wherein each patch package includes a last update Updates to this update.
  • the invention can reduce the time for patch production, improve the efficiency of patch production, and reduce the cost and risk of production and patching.
  • FIG. 1 is a flowchart of a method for fabricating an update data packet according to an embodiment of the present invention
  • FIG. 2 is a reference of a timestamp of source code termination corresponding to a source version in the embodiment of the present invention.
  • FIG. 3 is a schematic diagram of patching a timestamp of a specific stage in a software program evolution process as a timestamp of a reference code in an embodiment of the present invention
  • FIG. 4 is a schematic structural diagram of an apparatus for creating an update data packet according to an embodiment of the present invention.
  • an embodiment of the present invention relates to a method for manufacturing an update data packet, including:
  • Step S101 acquiring a compilation unit for updating all patches after the program is released
  • this step on the source code corresponding to the patch branch, take the repair fault as an example, submit the source code for repairing single or multiple faults, compile the program file and database script for repairing single or multiple faults, and form a patch. Compilation unit.
  • Step S102 adding an upgrade ladder configuration file to the patch configuration file, where the upgrade ladder configuration file indicates a source version to which the patch is applicable;
  • an upgrade ladder configuration file is created in the patch configuration file, and the upgrade ladder configuration file is used to indicate the source version applicable to the patch set, including brief description information of the patch set, a unique source version applicable to the patch set, and a reference code.
  • Step S103 synthesizing the coding unit and the patch configuration file into a patch set.
  • the time stamp recorded in the patch configuration file in step S102 and the time stamp of the reference code are used as a reference, and the time stamp of the reference code is excluded.
  • the previous jar package file, class file, xml file, etc. reduce the volume of the patch collection.
  • the timestamp of the reference code may be a timestamp of the source code termination corresponding to the source version (as shown in FIG. 2), or may be a specific timestamp of a certain stage in the patch version evolution (as shown in FIG. 3).
  • the patch compilation unit synthesizes the patch collection package into a patch set.
  • the method and system for creating a patch based on the upgrade ladder firstly reads the patch configuration file in step S102, matches the source version applicable to the patch set, and sequentially inserts the patch according to the patch name configured in the upgrade ladder.
  • T1 is the timestamp of the source code termination corresponding to the source version
  • T2 is the first production time of the patch.
  • a patch is created, and the updated content between the time T1 and the time T2 can be cooperated as a patch.
  • the package content, combined with the patch configuration file, generates a patch patch-001.
  • T3 is the second production time of the patch.
  • the patch is created, and the updated content between the time T1 and the time T3 can be cooperated as the patch package content, the patch configuration file is combined, the patch patch-002 is generated, and so on. Generate patch patch-003 and so on.
  • this update method can select the updated node, which is suitable for the scenario where the patch is frequently produced and released.
  • T1 is the timestamp of the source code termination corresponding to the source version
  • T2 is the first production time of the patch.
  • a patch is created, and the updated content between the time T1 and the time T2 is cooperated as a service package.
  • Content merge patch configuration files, generate patch patch-001.
  • T3 is the second production time of the patch.
  • the patch is created, and the T2 time can be followed by the T3 time.
  • the updated content cooperates with the patch package content, the patch configuration file, generates the patch patch-002, and so on, and generates the patch patch-003.
  • an embodiment of the present invention further relates to an apparatus for creating an update data packet that implements the foregoing method, including:
  • the compiling module 201 is configured to acquire a compiling unit for updating all patches after the program is released;
  • the configuration module 202 is configured to add an upgrade ladder configuration file to the patch configuration file, where the upgrade ladder configuration file indicates a source version to which the patch is applicable;
  • the synthesizing module 203 is configured to synthesize the compiling unit and the patch configuration file into a patch set.
  • the upgrade ladder configuration file includes:
  • the description information of the patch set the unique source version to which the patch set applies, the timestamp of the reference code, and the files to be deleted during the execution of the patch set.
  • the compilation module 201 is also set to:
  • the reference code timestamp is a timestamp of the source code termination corresponding to the source version;
  • the patch set includes all the update content for the program update from the timestamp of the source code termination corresponding to the source version to the current update time;
  • the reference code timestamp is a latest patched timestamp in the process of the program evolution; the patch set includes at least two patch packages arranged in an update order, wherein each patch package includes a last update Updates to this update.
  • the embodiment of the present invention has the following technical effects:
  • the method and device for creating a patch set based on an upgrade ladder are based on an upgrade ladder and are guaranteed by a time stamp after the release of the patch, and all the released versions are released after the cumulative version is released.
  • Patches form a patch set; they may also incorporate faults that need to be merged into the latest fixes, including program files, database scripts, and upgrade fallback scripts.
  • the invention can complete the patch production in a simple and orderly manner, reduce the time for patch production, and improve the efficiency of patch production; the patch collection method reduces the redundancy of multiple patches.
  • Each patch set is accumulated on the basis of the last patch set, and only the incremental content is added incrementally, so that the version builder and the field maintenance personnel do not need to pay attention to the details of the patch before and after the patch, and only need to pay attention to the current patch set and have already joined.
  • the fault can be. It is convenient for the version builder to make patch and code developer management code, and the field maintenance personnel can successfully complete the patching by simply using a single patch set, which is convenient for the field maintenance personnel to use the patch correctly, thereby improving the efficiency of the patch production and reducing the efficiency. The cost and risk of patching.
  • modules or steps of the present invention described above can be implemented with a general purpose computing device, which can be centralized on a single computing device, or Distributed over a network of computing devices, optionally, they may be implemented in program code executable by the computing device, such that they may be stored in the storage device for execution by the computing device, and in some cases
  • the steps shown or described may be performed in a different order than that herein, or they may be separately fabricated into individual integrated circuit modules, or a plurality of the modules or steps may be implemented as a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.
  • the method and apparatus for creating an update data packet provided by the embodiment of the present invention have the following beneficial effects: after the software version is released, when the number of patches that have been released is large, the time for patch creation can be reduced and the time is improved.
  • the efficiency of patch production reduces the cost and risk of production and patching.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

一种更新数据包的制作方法及装置,方法包括:获取程序发布后用于更新的所有补丁的编译单元(S101);在补丁配置文件中增加升级阶梯配置文件;其中,所述升级阶梯配置文件中标示了所述补丁适用的源版本(S102);将所述编译单元和所述补丁配置文件合成为一个补丁集合(S103)。在软件版本发布后,在已发布的补丁较多的情况下,可以减少补丁制作的时间,提高了补丁制作效率,降低了制作和打补丁的成本和风险。

Description

一种更新数据包的制作方法及装置 技术领域
本发明涉及软件技术领域,特别是涉及一种更新数据包的制作方法及装置。
背景技术
软件程序在发布之后,通常需要修复现有版本存在的故障或缺陷,或者需要增加或者改进功能,实现方式就是发布更新数据包,俗称打补丁。因此,补丁制作和打补丁是软件版本发布后不可少的操作。对于大型软件系统,如通信系统,频繁的补丁制作容易导致人工制作补丁的操作成本和失败概率高于预期,主要存在以下问题:
1、版本发布后补丁制作频繁,跨度周期长,维护成本高;
2、人工操作步骤过多,出错几率大;
3、需要和代码开发人员及代码管理人员反复沟通,以防漏合或多合文件;
4、需要和现场维护人员反复沟通确认,确保补丁能按照顺序正确打上。
发明内容
本发明实施例提供了一种更新数据包的制作方法及装置,以至少解决相关技术中补丁制作效率低下的问题。
为解决上述技术问题,一方面,本发明实施例提供了一种更新数据包的制作方法,包括:
获取程序发布后用于更新的所有补丁的编译单元;
在补丁配置文件中增加升级阶梯配置文件;其中,所述升级阶梯配置文件中标示了所述补丁适用的源版本;
将所述编译单元和所述补丁配置文件合成为一个补丁集合。
进一步,所述升级阶梯配置文件包括:
补丁集合的描述信息、补丁集合适用的唯一源版本,以及基准代码的时间戳。
进一步,所述升级阶梯配置文件还包括:执行所述补丁集合过程中需要删除的文件。
进一步,在将所述编译单元和补丁配置文件合成为一个补丁集合之前,还包括:
根据所述补丁配置文件中记录的补丁集合适用的唯一源版本、基准代码的时间戳,以及执行所述补丁集合过程中需要删除的文件,删除补丁中在所述基准代码时间戳之前的相应文件。
进一步,所述基准代码时间戳为源版本对应的源代码终结的时间戳,或所述程序演进过程中最近一个经过补丁更新后的时间戳。
进一步,所述补丁集合中包括从源版本对应的源代码终结的时间戳起至当前更新时刻,所有用于程序更新的更新内容;或者,
所述补丁集合包括至少两个按照更新顺序排列的补丁包,其中,每个补丁包包括从上一次更新至本次更新的更新内容。
另一方面,本发明实施例还提供了一种更新数据包的制作装置,包括:
编译模块,设置为获取程序发布后用于更新的所有补丁的编译单元;
配置模块,设置为在补丁配置文件中增加升级阶梯配置文件;其中,所述升级阶梯配置文件中标示了所述补丁适用的源版本;
合成模块,设置为将所述编译单元和所述补丁配置文件合成为一个补丁集合。
进一步,所述升级阶梯配置文件包括:
补丁集合的描述信息、补丁集合适用的唯一源版本、基准代码的时间戳和执行所述补丁集合过程中需要删除的文件。
进一步,所述编译模块还设置为:
根据所述补丁配置文件中记录的补丁集合适用的唯一源版本、基准代码的时间戳,以及执行所述补丁集合过程中需要删除的文件,在将所述编译单元和补丁配置文件合成为一个补丁集合之前,删除补丁中在所述基准代码时间戳之前的相应文件。
进一步,所述基准代码时间戳为源版本对应的源代码终结的时间戳;所述补丁集合中包括从源版本对应的源代码终结的时间戳起至当前更新时刻,所有用于程序更新的更新内容;或者,
所述基准代码时间戳为所述程序演进过程中最近一个经过补丁更新后的时间戳;所述补丁集合包括至少两个按照更新顺序排列的补丁包,其中,每个补丁包包括从上一次更新至本次更新的更新内容。
本发明有益效果如下:
本发明在软件版本发布后,在已发布的补丁较多的情况下,可以减少补丁制作的时间,提高了补丁制作效率,降低了制作和打补丁的成本和风险。
附图说明
图1是本发明实施例中一种更新数据包的制作方法的流程图;
图2是本发明实施例中以源版本对应的源代码终结的时间戳为基准 代码的时间戳进行补丁制作的示意图;
图3是本发明实施例中以软件程序演进过程中某个特定阶段的时间戳为基准代码的时间戳进行补丁制作的示意图;
图4是本发明实施例中一种更新数据包的制作装置的结构示意图。
具体实施方式
以下结合附图以及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不限定本发明。
如图1所示,本发明实施例涉及一种更新数据包的制作方法,包括:
步骤S101,获取程序发布后用于更新的所有补丁的编译单元;
本步骤中,在补丁分支对应的源代码上,以修复故障为例,提交针对单个或多个故障进行修复的源代码,编译针对单个或多个故障进行修复的程序文件、数据库脚本,形成补丁的编译单元。
步骤S102,在补丁配置文件中增加升级阶梯配置文件;其中,所述升级阶梯配置文件中标示了所述补丁适用的源版本;
本步骤中,在补丁配置文件中建立升级阶梯配置文件,此升级阶梯配置文件用于标示此补丁集合适用的源版本,包含补丁集合的简要描述信息、补丁集合适用的唯一源版本、基准代码的时间戳、执行该补丁集合过程中需要删除的文件、该补丁集合包括的补丁以及需要特殊处理的配置项等。
步骤S103,将所述编译单元和所述补丁配置文件合成为一个补丁集合。
针对步骤S101的补丁编译单元,以步骤S102中的补丁配置文件中记录的源版本,以及基准代码的时间戳为基准,剔除在基准代码的时间戳之 前的jar包文件、class文件、xml文件等,减少补丁集合的体积。其中,基准代码的时间戳可以是源版本对应的源代码终结的时间戳(如图2所示),也可以是补丁版本演进中某个阶段特定的时间戳(如图3所示)。
将步骤S102中的补丁配置文件和剔除冗余文件之后补丁编译单元合成补丁集合包,压缩成一个补丁集合。
该基于升级阶梯的补丁制作方法及系统,在打入补丁时,首先读取步骤S102中的补丁配置文件,匹配补丁集合适用的源版本,按照升级阶梯中配置的补丁名称,依次打入补丁。
下面以具体实例进行说明:
如图2所述,T1为源版本对应的源代码终结的时间戳,T2为补丁的第一次制作时刻,此时制作补丁,可以将T1时刻以后至T2时刻之间的更新内容合作为补丁包内容,结合补丁配置文件,生成补丁patch-001。T3为补丁的第二次制作时刻,此时制作补丁,可以将T1时刻以后至于T3时刻之间的更新内容合作为补丁包内容,结合补丁配置文件,生成补丁patch-002,并以此类推,生成补丁patch-003等。当软件进行更新时,只需要选择对应一个数据包进行更新即可,例如,针对源版本,打入补丁patch-003,则直接将源版本更新至T4时刻对应的版本,而不必安装补丁patch-001和补丁patch-002。当然,如果希望将源版本直接升级到T3时刻的版本,则直接安装补丁patch-002即可。因此,本更新方法可以选择更新的节点,适合补丁频繁制作和发布的场景。
如图3所述,T1为源版本对应的源代码终结的时间戳,T2为补丁的第一次制作时刻,此时制作补丁,将T1时刻以后至T2时刻之间的更新内容合作为补丁包内容,合并补丁配置文件,生成补丁patch-001。T3为补丁的第二次制作时刻,此时制作补丁,可以将T2时刻以后至于T3时刻之 间的更新内容合作为补丁包内容,合补丁配置文件,生成补丁patch-002,并以此类推,生成补丁patch-003等。此方法软件更新时,如果需要将软件程序从源版本更新至T4时刻对应的版本,则需要按照顺序依次安装补丁patch-001、补丁patch-002和补丁patch-003。此更新方法适合补丁稳定发布的场景。
如图4所示,本发明实施例还涉及一种实现上述方法的更新数据包的制作装置,包括:
编译模块201,设置为获取程序发布后用于更新的所有补丁的编译单元;
配置模块202,设置为在补丁配置文件中增加升级阶梯配置文件;其中,所述升级阶梯配置文件中标示了所述补丁适用的源版本;
合成模块203,设置为将所述编译单元和所述补丁配置文件合成为一个补丁集合。
其中,升级阶梯配置文件包括:
补丁集合的描述信息、补丁集合适用的唯一源版本、基准代码的时间戳和执行所述补丁集合过程中需要删除的文件。
编译模块201还设置为:
根据所述补丁配置文件中记录的补丁集合适用的唯一源版本、基准代码的时间戳,以及执行所述补丁集合过程中需要删除的文件,在将所述编译单元和补丁配置文件合成为一个补丁集合之前,删除补丁中在所述基准代码时间戳之前的相应文件。
所述基准代码时间戳为源版本对应的源代码终结的时间戳;所述补丁集合中包括从源版本对应的源代码终结的时间戳起至当前更新时刻,所有用于程序更新的更新内容;或者,
所述基准代码时间戳为所述程序演进过程中最近一个经过补丁更新后的时间戳;所述补丁集合包括至少两个按照更新顺序排列的补丁包,其中,每个补丁包包括从上一次更新至本次更新的更新内容。
由上述描述可以看出,本发明实施例具有以下技术效果:
1)、通过升级阶梯配置文件标示补丁集合适用的源版本,包含的补丁等,通过累积补丁的方式,提高了补丁制作的准确率。
2)、通过时间戳的方式,剔除冗余的数据包,减少补丁集合的体积,降低冗余度。
3)、通过补丁集合的方式,便于版本构建师构建补丁和外场维护人员使用补丁。
综合来说,本发明提供的基于升级阶梯的补丁集合制作方法及装置,在版本发布后,补丁频繁制作的情况下,以升级阶梯为基础,以时间戳为保障,累积版本发布后所有已发布补丁,形成补丁集合;同时还可能合入了补丁集合制作时需要合入最新解决的故障,包括程序文件、数据库脚本、升级回退脚本等。本发明能简单有序地完成补丁制作,减少补丁制作的时间,提高了补丁制作效率;通过补丁集合的方式减少了多个补丁的冗余。每个补丁集合都在上一次补丁集合的基础上累积,仅增量增加变动的内容,这样版本构建师和外场维护人员都无须关注补丁的前后的细枝末节,只需要关注当前补丁集和已经合入的故障即可。既方便版本构建师制作补丁和代码开发人员管理代码,同时现场维护人员只需取用单个补丁集合就可以顺利完成打补丁,方便外场维护人员正确使用补丁,从而提高了补丁制作的效率,降低了打补丁的成本和风险。
显然,本领域的技术人员应该明白,上述的本发明的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者 分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本发明不限制于任何特定的硬件和软件结合。
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。
工业实用性
如上所述,本发明实施例提供的一种更新数据包的制作方法及装置具有以下有益效果:在软件版本发布后,在已发布的补丁较多的情况下,可以减少补丁制作的时间,提高了补丁制作效率,降低了制作和打补丁的成本和风险。

Claims (10)

  1. 一种更新数据包的制作方法,包括:
    获取程序发布后用于更新的所有补丁的编译单元;
    在补丁配置文件中增加升级阶梯配置文件;其中,所述升级阶梯配置文件中标示了所述补丁适用的源版本;
    将所述编译单元和所述补丁配置文件合成为一个补丁集合。
  2. 如权利要求1所述的更新数据包的制作方法,其中,所述升级阶梯配置文件包括:
    补丁集合的描述信息、补丁集合适用的唯一源版本,以及基准代码的时间戳。
  3. 如权利要求2所述的更新数据包的制作方法,其中,所述升级阶梯配置文件还包括:执行所述补丁集合过程中需要删除的文件。
  4. 如权利要求3所述的更新数据包的制作方法,其中,在将所述编译单元和补丁配置文件合成为一个补丁集合之前,还包括:
    根据所述补丁配置文件中记录的补丁集合适用的唯一源版本、基准代码的时间戳,以及执行所述补丁集合过程中需要删除的文件,删除补丁中在所述基准代码时间戳之前的相应文件。
  5. 如权利要求2~4任一项所述的更新数据包的制作方法,其中,所述基准代码时间戳为源版本对应的源代码终结的时间戳,或所述程序演进过程中最近一个经过补丁更新后的时间戳。
  6. 如权利要求5所述的更新数据包的制作方法,其中,
    所述补丁集合中包括从源版本对应的源代码终结的时间戳起至当前更新时刻,所有用于程序更新的更新内容;或者,
    所述补丁集合包括至少两个按照更新顺序排列的补丁包,其中,每个补丁包包括从上一次更新至本次更新的更新内容。
  7. 一种更新数据包的制作装置,包括:
    编译模块,设置为获取程序发布后用于更新的所有补丁的编译单元;
    配置模块,设置为在补丁配置文件中增加升级阶梯配置文件;其中,所述升级阶梯配置文件中标示了所述补丁适用的源版本;
    合成模块,设置为将所述编译单元和所述补丁配置文件合成为一个补丁集合。
  8. 如权利要求7所述的更新数据包的制作装置,其中,所述升级阶梯配置文件包括:
    补丁集合的描述信息、补丁集合适用的唯一源版本、基准代码的时间戳和执行所述补丁集合过程中需要删除的文件。
  9. 如权利要求8所述的更新数据包的制作装置,其中,所述编译模块还设置为:
    根据所述补丁配置文件中记录的补丁集合适用的唯一源版本、基准代码的时间戳,以及执行所述补丁集合过程中需要删除的文件,在将所述编译单元和补丁配置文件合成为一个补丁集合之前,删除补丁中在所述基准代码时间戳之前的相应文件。
  10. 如权利要求8或9所述的更新数据包的制作装置,其中,
    所述基准代码时间戳为源版本对应的源代码终结的时间戳;所述补丁集合中包括从源版本对应的源代码终结的时间戳起至当前更新时刻,所有用于程序更新的更新内容;或者,
    所述基准代码时间戳为所述程序演进过程中最近一个经过补丁更新后的时间戳;所述补丁集合包括至少两个按照更新顺序排列的补丁包,其中,每个补丁包包括从上一次更新至本次更新的更新内容。
PCT/CN2015/094831 2015-08-28 2015-11-17 一种更新数据包的制作方法及装置 WO2016145897A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510540429.4A CN106484447A (zh) 2015-08-28 2015-08-28 一种更新数据包的制作方法及装置
CN201510540429.4 2015-08-28

Publications (1)

Publication Number Publication Date
WO2016145897A1 true WO2016145897A1 (zh) 2016-09-22

Family

ID=56918345

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/094831 WO2016145897A1 (zh) 2015-08-28 2015-11-17 一种更新数据包的制作方法及装置

Country Status (2)

Country Link
CN (1) CN106484447A (zh)
WO (1) WO2016145897A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078265A (zh) * 2019-11-28 2020-04-28 上海三零卫士信息安全有限公司 一种基于jenkins的web项目更新补丁生成方法

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107153540A (zh) * 2017-04-19 2017-09-12 畅捷通信息技术股份有限公司 增量构建方法及装置
CN107908421B (zh) * 2017-09-29 2022-06-24 北京创鑫旅程网络技术有限公司 软件代码版本管理与发布的方法及装置
CN110287202B (zh) * 2019-05-16 2022-02-15 北京百度网讯科技有限公司 数据更新方法、装置、电子设备及存储介质
CN110502276A (zh) * 2019-08-21 2019-11-26 深圳市钱海网络技术有限公司 补丁包生成方法、装置、设备及计算机可读存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222743A (zh) * 2008-01-22 2008-07-16 中兴通讯股份有限公司 一种无线通信系统中管理软件版本文件方法
CN102053844A (zh) * 2009-10-28 2011-05-11 无锡华润上华半导体有限公司 软件升级方法和采用该方法的软件升级系统
CN102402438A (zh) * 2010-09-16 2012-04-04 金蝶软件(中国)有限公司 一种补丁文件的自动合并方法、装置及通信终端

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222743A (zh) * 2008-01-22 2008-07-16 中兴通讯股份有限公司 一种无线通信系统中管理软件版本文件方法
CN102053844A (zh) * 2009-10-28 2011-05-11 无锡华润上华半导体有限公司 软件升级方法和采用该方法的软件升级系统
CN102402438A (zh) * 2010-09-16 2012-04-04 金蝶软件(中国)有限公司 一种补丁文件的自动合并方法、装置及通信终端

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078265A (zh) * 2019-11-28 2020-04-28 上海三零卫士信息安全有限公司 一种基于jenkins的web项目更新补丁生成方法
CN111078265B (zh) * 2019-11-28 2024-04-02 上海三零卫士信息安全有限公司 一种基于jenkins的web项目更新补丁生成方法

Also Published As

Publication number Publication date
CN106484447A (zh) 2017-03-08

Similar Documents

Publication Publication Date Title
WO2016145897A1 (zh) 一种更新数据包的制作方法及装置
US10175969B2 (en) Data processing for upgrading medical equipment
US8745585B2 (en) Meta-data for single development test environment
CN105589725B (zh) 一种电子设备的升级包制作方法和升级方法、升级包
CN102609281B (zh) 分布式软件补丁更新方法及系统
CN111158674B (zh) 组件管理方法、系统、设备及存储介质
US20130174124A1 (en) Version numbering in single development and test environment
CN105302554A (zh) 一种Android系统自动化程序构建方法及系统
CN102368216B (zh) 一种基于项目自动构造的流程实现方法
WO2017000429A1 (zh) 一种软件自动化测试方法及装置
WO2015131603A1 (zh) 一种差分升级方法、服务端及终端
CN107844343A (zh) 一种复杂服务端应用系统的升级系统及方法
CN110162334B (zh) 一种代码管理方法、装置及存储介质
CN107147711B (zh) 应用服务更新方法及装置
CN109324821B (zh) 一种自助终端系统版本管理方法
CN101963911B (zh) 补丁生成方法和装置
CN105678118B (zh) 一种含数字证书的软件版本生成方法及装置
CN113515297A (zh) 一种版本更新方法、装置、电子设备及存储介质
US20150006736A1 (en) Method and System for Deploying and Modifying a Service-Oriented Architecture Deployment Environment
CN104881311A (zh) 一种版本兼容的判断方法及装置
CN104090763A (zh) 编译发布方法及发布服务器
CN106484452B (zh) 一种软件平台的统一配置管理方法和装置
CN113254054B (zh) 一种智能合约一站式开发系统及方法
CN108376082B (zh) 一种引用库版本更新方法和系统
CN102065411A (zh) 无线传感器网络的动态更新方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15885266

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15885266

Country of ref document: EP

Kind code of ref document: A1