CN102035892A - System and method for automatically releasing operating system version and automatically updating software package - Google Patents

System and method for automatically releasing operating system version and automatically updating software package Download PDF

Info

Publication number
CN102035892A
CN102035892A CN2010106024783A CN201010602478A CN102035892A CN 102035892 A CN102035892 A CN 102035892A CN 2010106024783 A CN2010106024783 A CN 2010106024783A CN 201010602478 A CN201010602478 A CN 201010602478A CN 102035892 A CN102035892 A CN 102035892A
Authority
CN
China
Prior art keywords
server
compiling
project
software package
svn
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN2010106024783A
Other languages
Chinese (zh)
Inventor
王宇冬
年艳川
张静
何小囡
王慧
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NFS-CHINA SOFTWARE Co Ltd
Original Assignee
NFS-CHINA SOFTWARE Co Ltd
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 NFS-CHINA SOFTWARE Co Ltd filed Critical NFS-CHINA SOFTWARE Co Ltd
Priority to CN2010106024783A priority Critical patent/CN102035892A/en
Publication of CN102035892A publication Critical patent/CN102035892A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a system and a method for automatically releasing an operating system version and automatically updating a software package. The system mainly comprises a switched virtual network (SVN) server, a compile server, a file transfer protocol (FTP) server, a working client and a configuration management terminal. In the method for automatically releasing the version and automatically updating the software package provided by the system, software packages of multiple items can be stored in one SVN server, the update conditions of the software packages can be automatically detected, the software packages can be automatically transmitted to a corresponding compile server for compiling, the compiled result is timely fed back to a configuration manager and a developer, and the configuration manager can make a system release plan in advance so as to timely and automatically release the system. The workload of the configuration manager can be obviously reduced, the software package compiling efficiency is greatly improved, and the probability of generating a human error is obviously reduced in the process of software package management and system release.

Description

System and method for automatically releasing operating system version and automatically updating software package
Technical Field
The invention relates to the technical field of software version control and release, in particular to a system and a method for automatically releasing a version and automatically updating a compiled software package in the development process of an operating system.
Background
Currently, most of the tasks of automatic version release and software package update of the operating system are still in the manual management stage. In the development process of the operating system, a developer needs to upload a source code of a developed software package to the SVN server, and then notifies a configuration manager of the update condition of the software package through a mail, after the configuration manager receives the mail, the developer needs to find out the source code of the software package from the SVN server according to information such as a project name, a project version and the like provided in the mail, and then manually place the source code in a compiling server corresponding to the project for compiling. Finally, according to the software package compiling result, the configuration manager sends an email to the developer to tell the developer whether the software package compiling result is successful or failed. If the compiling fails, the developer needs to modify the source code again, and the process is repeated after the source code is modified until the software package is compiled successfully.
There are several problems here: one is that the communication between the configuration administrator and the developer is not smooth. The configuration administrator cannot check the mails timely, so that the source codes cannot be compiled immediately after being updated to the SVN server, and results cannot be fed back to developers timely. Moreover, if a plurality of developers frequently update different software packages, the configuration manager needs to manually compile each software package one by one, which may cause backlog of the software packages and may not feed back results to the developers in time. Secondly, there is duplication of work for the configuration administrator. The configuration administrator needs to continuously download the source code from the SVN server, then compile it on the compilation server, and write the mail after the compilation is completed, which are mechanical and time-consuming operations. Thirdly, multiple items are easy to make mistakes when being carried out simultaneously. At present, each project needs to create own SVN server to store source codes, compile software packages on own compiling servers, and a configuration administrator needs to manage multiple servers at the same time. When a configuration administrator becomes inattentive, the source code of a software package in one project may be placed on the compilation server of another project for compilation, which, of course, results in erroneous results.
In addition, the issue process of the current system also has problems, and the general method is as follows: the project principal informs the configuration administrator of the system distribution plan, the configuration administrator distributes the system on the specified distribution machine at the specified distribution time, and when a plurality of projects are carried out simultaneously, the configuration administrator has the possibility of confusing the distribution plans of the projects, thereby easily causing human errors.
Therefore, the management work of the version release of the current operating system and the update of the software package has the defects of low efficiency, unsmooth communication and easy occurrence of human errors.
Disclosure of Invention
In view of the above, the main objective of the present invention is to provide a system and method for automatically releasing an os version and automatically updating a software package, so as to effectively manage the software package and the os release process, thereby reducing the workload of a configuration administrator and reducing the possibility of loss caused by human error.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
a system for automatically releasing operating system versions and automatically updating software packages comprises a plurality of working clients used by developers; the system also comprises an SVN server, a compiling server, an FTP server and a configuration management terminal used by a configuration administrator; wherein,
the working client is connected with the SVN server and used for developers to develop and modify software packages,
uploading the software package to a software library of the SVN server;
the SVN server is connected with the compiling server, and is provided with a software library for storing software packages and sending compiling instructions and system version issuing instructions to the compiling server;
the configuration management terminal is connected with the SVN server and used for configuring an administrator to manage a software package updating process and a system version releasing process and feeding back information to the configuration administrator through the SVN server;
the compiling server is connected with the FTP server, is used for uploading a mirror image file generated by system release to the FTP server, and is used for compiling a software package and releasing a system version;
the FTP server is connected with the SVN server and is used for a configuration administrator to check the mirror image files stored in the FTP server through the SVN server;
software automation test framework STAF is installed on the SVN server, the FTP server, the compiling server, the configuration management terminal and the working client and used for mutual communication among all machines.
The software library of the SVN server is also provided with a software package configuration file for recording the basic information of the software package; and
and the compiling server configuration library is used for storing the corresponding relation between the project and the compiling server.
And the compiling servers are configured with a plurality of groups according to the requirement of the number of the projects, and each group of compiling servers further comprises a plurality of compiling machines.
A method for automatic release of operating system versions, the method comprising:
a. the configuration administrator issues a policy to the SVN server configuration system, the policy comprising: project name, project version, project architecture and release time information;
b. when the release time is up, the SVN server automatically analyzes the content of the release strategy, searches the compiling server from the compiling server configuration library according to the project name, the project version and the project architecture, and sends a system release instruction to the compiling server;
c. after receiving a system release instruction, the compiling server calls a version release program by using a binary file generated by compiling to generate a system image file, then places the image file into a specific directory on the FTP server for release, and then sends a system release completion instruction to the SVN server;
d. after receiving the system release completion instruction, the SVN server sends a mail to the configuration administrator, informs the configuration administrator, and ends the release process.
A method for automatic update of an operating system software package, the method comprising:
A. initializing an SVN server, and creating a software library of a software package for managing all projects on the SVN server;
B. after a developer develops a software package on a machine of the developer, uploading a source code of the software package to a software library, and adding a piece of recorded information to a configuration file of the software package;
C. the SVN server starts an update detection program, detects the update condition of the software library, searches the item name, the item version and the item architecture information of the software package from the software package configuration file according to the update software package name, searches a corresponding compiling server from the compiling server configuration library, and then sends a compiling instruction to the compiling server;
D. after receiving the compiling instruction, the compiling server analyzes the compiling instruction, wherein the compiling instruction comprises information of a project name, a project version and a project architecture in the compiling instruction;
E. after compiling is finished, the compiling server can automatically analyze the log information generated in the compiling process and analyze whether the software package compiling is successful; if the compiling fails, analyzing the reason of the failure; if the compiling is successful, storing the binary file generated by compiling into a specific directory of a compiling server; the compiling server takes the log analysis result as feedback information and sends a compiling completion instruction to the SVN server;
F. the SVN server analyzes the received compiling completion instruction and analyzes a compiling result; after receiving the compiling completion instructions sent by all the compiling servers, the SVN server collects the compiling results, sends mails to a configuration manager and a developer and informs the result of the software package updating.
A method for automatically releasing an operating system version by using the system is characterized by comprising the following steps:
a. making a system release plan, wherein a configuration administrator makes the system release plan in advance according to the actual situation of each project and registers the release plan to the SVN server, wherein the release plan comprises project names, project versions, project frameworks and release time information;
b. within a certain time of N hours before the system is released, the SVN server sends mails to all developers of the project, informs the developers of the system release information, and reminds the developers to upload the updated software package to a software library of the SVN server as soon as possible; the N is a natural number;
c. m hours before the system is released, the SVN server automatically closes the uploading authority of the project, and forbids developers to upload software packages to the software library; m is a natural number, and N > M;
d. when the release time set by the configuration administrator is reached, the SVN server searches the release server from the compiling server configuration library according to the project name, the project version and the project framework of the release plan, and then issues a release instruction to the release server; after receiving the issuing instruction, the issuing server calls a system issuing program to generate a system image file, uploads the system image file to an appointed directory of the FTP server to finish issuing work, and sends an issuing completion instruction to the SVN server;
e. after receiving the distribution completion instruction, the SVN server finishes the distribution work and sends a mail to a configuration manager, wherein the mail content comprises: the time of completion of the publishing, the publishing result, the name and the storage position of the image file on the FTP server, and the log file information when the system publishes.
Step e further comprises: and the SVN server opens the uploading authority of the project and sends a mail to the developer, which indicates that the release work is finished.
A method for software package updates using an SVN server of the system, the method comprising:
A. a developer uploads a source code of the software package to the SVN server;
B. the SVN server detects the source code uploaded by the developer and checks the following information: whether a developer has the right to update the software package, whether log information, project names filled by the developer and project architecture are correct or not is filled when the developer submits a source code; if the check is not passed, the SVN server prohibits the source code from being uploaded to the software library, and if the check is passed, the SVN server uploads the source code of the software package to the software library;
C. the SVN server detects the updating condition of the software library, and searches the information of the updating software package from the software package configuration file, wherein the information comprises a project name, a project version and a project architecture;
D. after obtaining the project name, the project version and the project architecture information of the software package, the SVN server compiles a server configuration library to search the IP address of a compiling server according to the project name, the project version and the project architecture so as to determine which compiling server the software package should be compiled on;
E. and after the IP address of the compiling server is determined, the SVN server sends a compiling instruction to the compiling server.
The system and the method for automatically releasing the operating system version and automatically updating the software package have the following advantages that:
the system for automatically releasing the version and updating the software package by adopting the method of the invention has the advantages that the configuration administrator does not need to run between each compiling server, compiling software package and releasing system, only the compiling server configuration library in the SVN server is configured on the own working machine, and the system releasing and the software package compiling work can be completed by configuring a plurality of system releasing strategies on the working machine, so the workload of the configuration administrator is obviously reduced, and the probability of human errors is obviously reduced. And a plurality of projects share one software library, so that the workload of maintaining the software library is reduced. In addition, by adopting the system of the method, the source code uploaded to the software library by the developer can be automatically sent to the compiling server for compiling, and the system can immediately feed back the compiling result to the developer after the compiling is finished, so that the waiting time of the developer is reduced, and the whole software package updating process is smoother.
Drawings
FIG. 1 is a general architecture diagram of a system for automatic release of operating system versions and automatic update of software packages in accordance with the present invention;
FIG. 2 is a flow chart of software package update in the SVN server of the system of the present invention;
FIG. 3 is a flow chart of software package compilation in the compilation server of the system of the present invention;
FIG. 4 is a flow chart of compiling result feedback of the compiling server of the system of the present invention;
FIG. 5 is a flow chart of the automatic version release of the system of the present invention.
Detailed Description
The system and method of the present invention will be described in further detail with reference to the accompanying drawings and embodiments of the invention.
Fig. 1 is a general architecture diagram of a system for automatically releasing an os version and automatically updating a software package according to the present invention, and as shown in fig. 1, machines in the system of the present invention are divided into 5 types, which mainly include an SVN server, a compilation server, an FTP server, a plurality of working clients of developers, and a configuration management terminal used by a configuration manager. Here, the compiling server may be configured with a plurality of sets according to the requirement of the number of projects, and each set of compiling server further may comprise a plurality of compilers. Wherein,
and the working client is connected with the SVN server and used for developers to develop and modify software packages and upload the software packages to a software library of the SVN server.
The SVN server is connected with the compiling server, wherein a software library is arranged, software packages of all projects are stored in the software library, a compiling instruction and a system issuing instruction are sent to the compiling server, and SVN software needs to be installed in the SVN server.
The compiling server is connected with the SVN server and is used for compiling the software package and releasing the system version. Since the system can manage a plurality of projects at the same time, a plurality of compiling servers need to be configured. Here, the compiling server is also referred to as a publishing server when used in a publishing system. The software package of the item one can only be compiled on the compiling server of the item one, the software package of the item two can only be compiled on the compiling server of the item two, and each operating system corresponds to one development item. For example: three compilers can be set for a project, which correspond to different architectures such as X86_32, X86_64, IA64, etc.; the compiler of item two is similar to that, and is not described here.
The FTP server is respectively connected with the compiling server and the SVN server, the compiling server uploads a mirror image file generated by system release to the FTP server, a configuration administrator checks the mirror image file stored in the FTP server through the SVN server, and FTP software needs to be installed in the FTP server.
And the configuration management terminal is connected with the SVN server and used for configuring an administrator to manage the software package updating process and the system version releasing process and feeding back information to the configuration administrator through the SVN server.
Software automation test framework STAF is installed on the SVN server, the FTP server, the compiling server, the configuration management terminal and the working client and used for mutual communication.
The software package management and version release processes of the system applying the operating system software package update and version automatic release of the invention are respectively explained below.
The software package management process by adopting the system comprises the following steps:
step 10, initializing the SVN server, and creating a software library on the SVN server, wherein the software library is used for managing software packages of all items, so that the software library comprises a software package configuration file, and the configuration file records information of item names, item versions, item architectures and the like to which each software package belongs. And simultaneously, a compiling server configuration library is established in the SVN server, and basic information of the project managed by the software library is recorded in the configuration library. The method comprises the following steps: the project name, the project version, the project architecture, and the IP address of the compilation server corresponding to the project.
And step 11, after a developer develops a software package on a machine of the developer, uploading a source code of the software package to a software library, and adding a piece of record information to a configuration file of the software package. The SVN server will perform the necessary checks on the software package. Such as: checking whether the software package can not affect other projects, whether the developers fill in enough log information, whether the software package configuration information provided by the developers is correct and comprehensive, and the like. If an error is detected, the SVN server does not allow the source code to be submitted to the software library; if the test is passed, the software package (source code file) is submitted to the software library.
And step 12, starting an update detection program by the SVN server, detecting the update condition of the software library, and searching information such as the item name, the item version, the item architecture and the like of the software package from the software package configuration file according to the updated software package name. Then, the corresponding compiling server is searched from the compiling server configuration library, and then a compiling instruction is sent to the compiling server.
And step 13, after receiving the compiling instruction, the compiling server analyzes the compiling instruction, wherein the compiling instruction comprises information such as a project name, a project version, a project architecture and the like in the compiling instruction. And taking out the name of the software package to be compiled from the compiling instruction after the correctness is confirmed. The compilation server automatically downloads the source code of the software package from the software library on the SVN server to the local for compilation. The compiling of the software package has dependency, and if the software package A depends on the software package B, the software package A cannot be compiled normally when the software package B is absent in the compiling server. In the system constructed by the method, the compiling server has analysis capability, can analyze the dependence package required by the software package, and then automatically downloads the software package B from other addresses (such as the Internet), thereby ensuring that the software package A can be compiled smoothly. And finally, storing the binary file generated after compiling in a specific directory of a compiling server.
And 14, after the compiling is finished, the compiling server automatically analyzes the log information generated in the compiling process and analyzes whether the software package compiling is successful. If the compilation fails, the reason of the failure is analyzed. The compiling server also takes the log analysis result as feedback information and sends a compiling completion instruction to the SVN server.
And step 15, the SVN server analyzes the received compiling completion instruction and analyzes the compiling result. And after receiving the compiling completion instructions sent by all the compiling servers, the SVN server summarizes the compiling results, sends mails to a configuration manager and a developer and informs the result of the software package updating.
Secondly, the flow for issuing the operating system by adopting the system is described as follows:
step 20, the configuration administrator issues a policy to the SVN server configuration system, where the policy includes the following contents: project name, project version, project architecture, release time, etc.
And step 21, when the release time is up, the SVN server automatically analyzes the content of the release strategy, searches the compiling server from the compiling server configuration library according to the project name, the project version and the project architecture, and sends a system release instruction to the compiling server.
And step 22, after receiving the system release instruction, the compiling server calls the version release program by using the binary file generated by compiling to generate a system image file, then places the image file into a specific directory on the FTP server for release, and then sends a system release completion instruction to the SVN server.
And step 23, after receiving the system issuing completion instruction, the SVN server sends an email to the configuration administrator, notifies the configuration administrator, and ends the issuing process.
Here, the SVN server needs to install SVN software, and the SVN server is provided with a software library to store software packages for all items. Since messages are sent between various types of machines, all machines have a Software Automation Testing Framework (STAF) installed thereon. The system of the invention utilizes the service provided by the STAF to complete the sending and receiving of the instruction and the sending work of the mail. In order to be able to manage a plurality of items simultaneously, a software package configuration file is present in the software library for recording basic information of the software package. Each piece of configuration information contains the following fields:
the software package name: version of the software package: item name: and (4) project version: project architecture
Such as: the following configuration information
zlib:1.2.3:NFSARK:1.0:X86_32,X86_64,IA64
The NFSARK project 1.0 version is shown to have a software package, the name of which is zlib, the version of the software package is 1.2.3, and the software package supports three hardware architectures, namely X86_32, X86_64 and IA 64. Therefore, we need to compile the source code of this software package on three compilation servers.
The SVN server also has a compiling server configuration library for storing the corresponding relation between the project and the compiling server. Each piece of configuration information contains the following fields:
item name: and (4) project version: project architecture: compiling server IP addresses
Such as: the next two pieces of configuration information
NFSARK:1.0:X86_32:192.168.0.3
NFSARK:2.0:X86_64:192.168.0.4
A software package indicating that the NFSARK project version 1.0 is applicable to the X86_32 architecture needs to be compiled on 192.168.0.3 compiling server, and a software package indicating that the NFSARK project version 2.0 is applicable to the X86_64 architecture needs to be compiled on 192.168.0.4 compiling server. Before sending the compiling instruction, the SVN server searches the IP address of the compiling server in the configuration library according to the project name, the project version and the project architecture so as to determine which compiling server the compiling instruction is sent to.
FIG. 2 is a flowchart of software package update in the SVN server of the system of the present invention, which comprises the following steps:
in step 201, the developer uploads the source code of the software package to the SVN server.
Step 202: the SVN server detects the source code uploaded by the developer, and needs to check the following information: whether a developer has the right to update the package (the developer in the first project does not allow the software package in the second project to be updated), whether log information and the like are filled when the developer submits the source code (the log information can be convenient for a configuration manager to check the modification information of each software package), whether the information such as the project name, the project architecture and the like filled by the developer is correct, and the like. If the check fails, the SVN server prohibits the uploading of the source code into the software library.
Step 203: after the check is passed, the SVN server uploads the source code of the software package to the software library. And then searching the system architecture applicable to the software package in the software package configuration file according to the software package name, the project name and the project version.
Step 204: after obtaining the project name, the project version and the project architecture information of the software package, the SVN server searches an IP address of a compiling server in a compiling server configuration library according to the project name, the project version and the project architecture so as to determine which compiling server the software package should be compiled on.
Step 205: and after the IP address of the compiling server is determined, the SVN server sends a compiling instruction to the compiling server. The compiled instruction format is as follows:
IP address: item name: and (4) project version: project architecture: software package 1, software package 2, software package 3
Such as: the following compile instruction
192.168.0.3:NFSARK:1.0:X86_32:zlib,acl,vim
The representation is that a compiling instruction is sent to the compiling server of 192.168.0.3, and three software packages, namely zlib, acl and vim in the version 1.0 of the NFSARK project, are compiled on the compiling server. Since one software package is generally suitable for multiple architectures, the SVN server needs to send compilation instructions to multiple compilation servers.
FIG. 3 is a flow chart of software package compilation in the compilation server of the system of the present invention, the flow chart including:
step 301: after receiving the compiling instruction, the compiling server firstly analyzes the instruction. And comparing the project name, the project version and the project structure information provided in the command with the configuration information of the command to determine whether the command is sent correctly. And if the information of the two is consistent, starting to analyze the software package name in the instruction to obtain a software package list needing to be compiled.
Step 302: and the compiling server checks the software package configuration file in the software library of the SVN server according to the software package name, the project version and the project architecture, and if the record exists in the configuration file, the package exists in the software library. The compiling server downloads the source code of the software package from the software library to the local, and then compiles the source code to generate a binary file. The compilation server checks this software package for dependency packages prior to compilation. If there is no dependency package in the system, the compilation server will try to obtain this software package from elsewhere, such as the internet. After the compilation is successful, the compilation server puts the binary file generated by the compilation into a specific directory.
Step 303: the software package generates a log file in the compiling process and records the compiling result of the software package. If the compiling is successful, recording the name of the generated binary file; if the compilation fails, the cause of the failure is recorded. After the software package is compiled, the log file is inquired, and a compiling finishing message is prepared to be sent to the SVN server.
Step 304: and the compiling server generates a compiling ending instruction according to the viewed log information and feeds back a software package compiling result to the SVN server. The compile end instruction format is as follows:
IP address: item name: and (4) project version: project architecture: software package 1, error code, binary file name; software package 2, error code, binary file name; software package 3, error code, binary file name.
Such as: the following instruction
192.168.0.3:NFSARK:1.0:X86_32:zlib,0,zlib-1.2.3-3.i386.rpm;acl,0,acl-2.2.47-4.i386.rpm
Indicating that the compiling server 192.168.0.3 successfully compiles zlib and acl in the NFSARK project version 1.0, the generated binary file names are zlib-1.2.3-3.i386.rpm and acl-2.2.47-4. i386.rpm.
Fig. 4 is a flowchart of compiling result feedback of the compiling server of the system of the present invention, which describes in detail that the SVN server feeds back the compiling result to the configuration administrator and the developer, and the flowchart includes:
step 401, after receiving the compiling ending instruction sent by the compiling server, the SVN server analyzes the instruction to obtain compiling result information of the software package. Because the SVN sends a compilation instruction to multiple compilation servers, multiple compilation end instructions are received.
Step 402, after the SVN server receives the compiling ending instruction sent back by all the compiling servers, the SVN server summarizes the compiling result of each compiling server.
Step 403: the SVN server may send the aggregated results to the configuration administrator and developer in the form of mail. Therefore, the configuration manager can know the updating condition of the software library in time, and developers can also obtain the feedback information compiled by the software package in time.
Fig. 5 is a flow chart of the os version automatic release according to the present invention, in which a solid line indicates that two events before and after are closely connected in time, and a dotted line indicates that the two events before and after are separated in time, the flow chart includes:
step 501: and (5) making a system release plan. The configuration administrator may make a system distribution plan in advance based on the actual conditions of each project and register the distribution plan with the SVN server, including the project name, the project version, the project architecture, and the distribution time.
Step 502: and sending a mail to all developers of the project by the SVN server 6 hours before the system is released, reminding people that the uploading authority of the project is closed by the SVN server 4 hours later, and releasing the system 6 hours later. If the developer has the updated software package which can be submitted in 4 hours, the newly submitted software package can be integrated into the system which is released at this time.
Step 503: and in 2 hours before the system is released, the SVN server automatically closes the uploading authority of the project, and prohibits developers from uploading software packages to the software library, so as to ensure the stability of the system during the release.
Step 504: when the release time set by the configuration administrator is up, the SVN server searches the release server from the compiling server configuration library according to the project name, the project version and the project architecture of the release plan, and then issues a release instruction to the release server. And after receiving the issuing instruction, the issuing server calls a system issuing program to generate a system image file, uploads the system image file to the specified directory of the FTP server to finish issuing work, and sends an issuing finishing instruction to the SVN server.
Step 505: after receiving the distribution completion instruction, the SVN server indicates that the distribution work is finished, and sends a mail to a configuration manager, wherein the mail content comprises: the time of completion of the publishing, the publishing result, the name and storage location of the image file on the FTP server, log files when the system publishes and the like.
Step 506: and meanwhile, the SVN server can open the uploading authority of the project and send an email to the developer, which indicates that the release work is finished, and the developer can continue to submit a new software package.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention.

Claims (8)

1. A system for automatically releasing operating system versions and automatically updating software packages comprises a plurality of working clients used by developers; the system is characterized by also comprising an SVN server, a compiling server, an FTP server and a configuration management terminal used by a configuration administrator; wherein,
the working client is connected with the SVN server and used for developers to develop and modify software packages and upload the software packages to a software library of the SVN server;
the SVN server is connected with the compiling server, and is provided with a software library for storing software packages and sending compiling instructions and system version issuing instructions to the compiling server;
the configuration management terminal is connected with the SVN server and used for configuring an administrator to manage a software package updating process and a system version releasing process and feeding back information to the configuration administrator through the SVN server;
the compiling server is connected with the FTP server, is used for uploading a mirror image file generated by system release to the FTP server, and is used for compiling a software package and releasing a system version;
the FTP server is connected with the SVN server and is used for a configuration administrator to check the mirror image files stored in the FTP server through the SVN server;
software automation test framework STAF is installed on the SVN server, the FTP server, the compiling server, the configuration management terminal and the working client and used for mutual communication.
2. The system for automatically releasing the version of the operating system and automatically updating the software package as claimed in claim 1, wherein a software package configuration file is further provided in the software library of the SVN server for recording basic information of the software package; and
and the compiling server configuration library is used for storing the corresponding relation between the project and the compiling server.
3. The system of claim 1, wherein the compiling server is configured with a plurality of groups according to the requirement of the number of projects, and each group of compiling servers further comprises a plurality of compilers.
4. A method for automatically releasing operating system versions, the method comprising:
a. the configuration administrator issues a policy to the SVN server configuration system, the policy comprising: project name, project version, project architecture and release time information;
b. when the release time is up, the SVN server automatically analyzes the content of the release strategy, searches the compiling server from the compiling server configuration library according to the project name, the project version and the project architecture, and sends a system release instruction to the compiling server;
c. after receiving a system release instruction, the compiling server calls a version release program by using a binary file generated by compiling to generate a system image file, then places the image file into a specific directory on the FTP server for release, and then sends a system release completion instruction to the SVN server;
d. after receiving the system release completion instruction, the SVN server sends a mail to the configuration administrator, informs the configuration administrator, and ends the release process.
5. A method for automatically updating an operating system software package, the method comprising:
A. initializing an SVN server, and creating a software library of a software package for managing all projects on the SVN server;
B. after a developer develops a software package on a machine of the developer, uploading a source code of the software package to a software library, and adding a piece of recorded information to a configuration file of the software package;
C. the SVN server starts an update detection program, detects the update condition of the software library, searches the item name, the item version and the item architecture information of the software package from the software package configuration file according to the update software package name, searches a corresponding compiling server from the compiling server configuration library, and then sends a compiling instruction to the compiling server;
D. after receiving the compiling instruction, the compiling server analyzes the compiling instruction, wherein the compiling instruction comprises information of a project name, a project version and a project architecture in the compiling instruction;
E. after compiling is finished, the compiling server can automatically analyze the log information generated in the compiling process and analyze whether the software package compiling is successful; if the compiling fails, analyzing the reason of the failure; if the compiling is successful, storing the binary file generated by compiling into a specific directory of a compiling server; the compiling server takes the log analysis result as feedback information and sends a compiling completion instruction to the SVN server;
F. the SVN server analyzes the received compiling completion instruction and analyzes a compiling result; after receiving the compiling completion instructions sent by all the compiling servers, the SVN server collects the compiling results, sends mails to a configuration manager and a developer and informs the result of the software package updating.
6. A method for automatically publishing operating system versions using the system of claim 1, the method comprising:
a. making a system release plan, wherein a configuration administrator makes the system release plan in advance according to the actual situation of each project and registers the release plan to the SVN server, wherein the release plan comprises project names, project versions, project frameworks and release time information;
b. within a certain time of N hours before the system is released, the SVN server sends mails to all developers of the project, informs the developers of the system release information, and reminds the developers to upload the updated software package to a software library of the SVN server as soon as possible; the N is a natural number;
c. m hours before the system is released, the SVN server automatically closes the uploading authority of the project, and forbids developers to upload software packages to the software library; m is a natural number, and N > M;
d. when the release time set by the configuration administrator is reached, the SVN server searches the release server from the compiling server configuration library according to the project name, the project version and the project framework of the release plan, and then issues a release instruction to the release server; after receiving the issuing instruction, the issuing server calls a system issuing program to generate a system image file, uploads the system image file to an appointed directory of the FTP server to finish issuing work, and sends an issuing completion instruction to the SVN server;
e. after receiving the distribution completion instruction, the SVN server finishes the distribution work and sends a mail to a configuration manager, wherein the mail content comprises: the time of completion of the publishing, the publishing result, the name and the storage position of the image file on the FTP server, and the log file information when the system publishes.
7. The version automatic release method of the system according to claim 6, characterized in that the method comprises: step e further comprises: and the SVN server opens the uploading authority of the project and sends a mail to the developer, which indicates that the release work is finished.
8. A method for updating software packages using the SVN server of the system of claim 1, the method comprising:
A. a developer uploads a source code of the software package to the SVN server;
B. the SVN server detects the source code uploaded by the developer and checks the following information: whether a developer has the right to update the software package, whether log information, project names filled by the developer and project architecture are correct or not is filled when the developer submits a source code; if the check is not passed, the SVN server prohibits the source code from being uploaded to the software library, and if the check is passed, the SVN server uploads the source code of the software package to the software library;
C. the SVN server detects the updating condition of the software library, and searches the information of the updating software package from the software package configuration file, wherein the information comprises a project name, a project version and a project architecture;
D. after obtaining the project name, the project version and the project architecture information of the software package, the SVN server compiles a server configuration library to search the IP address of a compiling server according to the project name, the project version and the project architecture so as to determine which compiling server the software package should be compiled on;
E. and after the IP address of the compiling server is determined, the SVN server sends a compiling instruction to the compiling server.
CN2010106024783A 2010-12-23 2010-12-23 System and method for automatically releasing operating system version and automatically updating software package Pending CN102035892A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010106024783A CN102035892A (en) 2010-12-23 2010-12-23 System and method for automatically releasing operating system version and automatically updating software package

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010106024783A CN102035892A (en) 2010-12-23 2010-12-23 System and method for automatically releasing operating system version and automatically updating software package

Publications (1)

Publication Number Publication Date
CN102035892A true CN102035892A (en) 2011-04-27

Family

ID=43888208

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010106024783A Pending CN102035892A (en) 2010-12-23 2010-12-23 System and method for automatically releasing operating system version and automatically updating software package

Country Status (1)

Country Link
CN (1) CN102035892A (en)

Cited By (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520952A (en) * 2011-12-14 2012-06-27 北京佳讯飞鸿电气股份有限公司 Automatic construction and issuing method of software code version
CN102622258A (en) * 2011-01-31 2012-08-01 国际商业机器公司 Device and method for acquiring business information in software project
CN102929733A (en) * 2012-10-18 2013-02-13 北京奇虎科技有限公司 Method and device for processing error files and client-side equipment
CN103116544A (en) * 2013-01-25 2013-05-22 浪潮电子信息产业股份有限公司 Automated cross-platform multi-server multi-application test method
CN103279339A (en) * 2013-04-22 2013-09-04 新浪网技术(中国)有限公司 Code on-line system and method
CN103530137A (en) * 2013-11-05 2014-01-22 中国联合网络通信集团有限公司 Java web application deploying method and device
CN103546582A (en) * 2013-11-12 2014-01-29 北京京东尚科信息技术有限公司 Method, device and system for backup of application services of server
CN103677765A (en) * 2012-08-31 2014-03-26 腾讯科技(深圳)有限公司 Version automatic issuing method, device and storage medium
CN103729195A (en) * 2014-01-15 2014-04-16 北京奇虎科技有限公司 Control method and system for software version
CN103985003A (en) * 2013-12-25 2014-08-13 北京安码科技有限公司 Novel method and apparatus for supporting automatic monitoring of software engineering quality
CN104021001A (en) * 2014-06-18 2014-09-03 董崇军 Software release method and system
CN104038922A (en) * 2014-05-07 2014-09-10 小米科技有限责任公司 File synchronization method and related device
CN104199715A (en) * 2014-09-10 2014-12-10 南靖万利达科技有限公司 Method and system for compiling different versions of products under same project
CN104360845A (en) * 2014-10-27 2015-02-18 浪潮软件股份有限公司 SVN-based collaborative development construction method
CN104685471A (en) * 2012-06-26 2015-06-03 谷歌公司 Automatic provisioning of a software platform to a device ecosystem
CN105335284A (en) * 2014-08-07 2016-02-17 腾讯科技(深圳)有限公司 Data processing method and apparatus for continuous integration system
CN105468427A (en) * 2015-11-19 2016-04-06 深圳创维数字技术有限公司 Implementation method and system of automatic compilation and release
CN105549959A (en) * 2015-12-04 2016-05-04 小米科技有限责任公司 Compiling inspection method and device
CN105786495A (en) * 2016-02-24 2016-07-20 中国联合网络通信集团有限公司 Software issuing system, method and system
CN105930182A (en) * 2016-04-13 2016-09-07 北京思特奇信息技术股份有限公司 Distributed code version release system and method
CN106020919A (en) * 2016-05-09 2016-10-12 烽火通信科技股份有限公司 A realization method for multi-server one-button compiling
CN106055326A (en) * 2016-05-27 2016-10-26 中国农业银行股份有限公司 Program processing method and dispatch server
WO2016188059A1 (en) * 2015-05-22 2016-12-01 华为技术有限公司 Method, device, and system for achieving java application installation by cloud compilation
CN106293811A (en) * 2016-07-28 2017-01-04 北京中电普华信息技术有限公司 A kind of packing and issuing method and device automatically
CN106445806A (en) * 2016-08-26 2017-02-22 北京小米移动软件有限公司 Software testing method and device
CN106557423A (en) * 2016-11-22 2017-04-05 深圳市掌世界网络科技有限公司 A kind of internet code method for automatically releasing and system
CN106648814A (en) * 2016-09-21 2017-05-10 北京小米移动软件有限公司 Compiling checking method and device for code, and equipment
CN106878362A (en) * 2015-12-11 2017-06-20 展讯通信(上海)有限公司 A kind of client, system and method for beta version more new system
CN106919398A (en) * 2017-03-06 2017-07-04 山东浪潮云服务信息科技有限公司 A kind of software distribution method and device
CN106980501A (en) * 2017-02-23 2017-07-25 北京小鸟看看科技有限公司 A kind of software package management method, device and system
CN107015842A (en) * 2017-03-31 2017-08-04 武汉票据交易中心有限公司 A kind of management method and system of server compiling and issue
CN107153532A (en) * 2016-03-03 2017-09-12 泰康保险集团股份有限公司 Automated production delivery system
CN107172075A (en) * 2017-06-26 2017-09-15 努比亚技术有限公司 Communication means, system and readable storage medium storing program for executing based on Network Isolation
CN107193619A (en) * 2017-07-28 2017-09-22 郑州云海信息技术有限公司 The method and apparatus that a kind of compiled version is automatically updated
CN107291437A (en) * 2016-04-13 2017-10-24 上海思立微电子科技有限公司 Issue bag version information production method, device and terminal
CN107623735A (en) * 2017-09-26 2018-01-23 天津麒麟信息技术有限公司 Accurate renewal upgrade-system and method based on openssl in a kind of reference machine system
CN107704238A (en) * 2017-11-28 2018-02-16 广州市千钧网络科技有限公司 A kind of method and device packed to project
CN107704264A (en) * 2017-10-09 2018-02-16 郑州云海信息技术有限公司 Realize the method, apparatus, equipment and computer-readable recording medium of code refactoring
CN107729066A (en) * 2017-11-08 2018-02-23 重庆扬讯软件技术股份有限公司 One kind is based on SVN resources banks automation structure dissemination method and device
CN108519874A (en) * 2017-02-27 2018-09-11 腾讯科技(深圳)有限公司 The generation method and device of Python project packets
CN108829432A (en) * 2018-05-02 2018-11-16 上海康斐信息技术有限公司 A kind of code synchronisation method and system based on code manager
CN109116863A (en) * 2018-08-24 2019-01-01 北京京东尚科信息技术有限公司 Unmanned plane dispatching method, device, system, electronic equipment and readable medium
CN109683905A (en) * 2018-12-24 2019-04-26 国云科技股份有限公司 A kind of system method for automatically releasing
CN109710303A (en) * 2018-12-26 2019-05-03 苏州思必驰信息科技有限公司 The multi version parallel developing method and system of interactive voice product
CN110795105A (en) * 2019-10-29 2020-02-14 许昌许继软件技术有限公司 Automatic compiling and deploying method and system for power distribution automation master station system
CN110990020A (en) * 2019-11-24 2020-04-10 苏州浪潮智能科技有限公司 Software compiling method and device, electronic equipment and storage medium
CN111124478A (en) * 2019-12-19 2020-05-08 杭州迪普科技股份有限公司 Version management method and device
CN111414172A (en) * 2020-03-18 2020-07-14 时时同云科技(成都)有限责任公司 Automatic deployment and release system and method for application software
CN111949268A (en) * 2020-06-23 2020-11-17 贝壳技术有限公司 Project compiling method and device, electronic equipment and storage medium
CN112328217A (en) * 2020-11-03 2021-02-05 中国平安人寿保险股份有限公司 Code deployment method, device, system, computer equipment and medium
CN112712332A (en) * 2020-12-22 2021-04-27 宝付网络科技(上海)有限公司 DevOps project release management system
CN112732333A (en) * 2021-04-02 2021-04-30 北京易捷思达科技发展有限公司 Version release method and device for cloud computing linux operating system and electronic equipment
CN113495509A (en) * 2020-04-03 2021-10-12 上海汽车集团股份有限公司 Controller flashing method and device
CN113778453A (en) * 2021-09-18 2021-12-10 展讯通信(上海)有限公司 Android platform compiling control method, compiling system, device, medium and equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
贺自军: "基于SVN的统一协作平台设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (73)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102622258A (en) * 2011-01-31 2012-08-01 国际商业机器公司 Device and method for acquiring business information in software project
CN102520952A (en) * 2011-12-14 2012-06-27 北京佳讯飞鸿电气股份有限公司 Automatic construction and issuing method of software code version
CN104685471B (en) * 2012-06-26 2017-12-08 谷歌公司 Automatic arranging of the software platform to the equipment ecosystem
CN104685471A (en) * 2012-06-26 2015-06-03 谷歌公司 Automatic provisioning of a software platform to a device ecosystem
CN103677765B (en) * 2012-08-31 2018-07-06 腾讯科技(深圳)有限公司 Automatically releasing versions method, apparatus and storage medium
CN103677765A (en) * 2012-08-31 2014-03-26 腾讯科技(深圳)有限公司 Version automatic issuing method, device and storage medium
CN102929733A (en) * 2012-10-18 2013-02-13 北京奇虎科技有限公司 Method and device for processing error files and client-side equipment
CN102929733B (en) * 2012-10-18 2015-02-11 北京奇虎科技有限公司 Method and device for processing error files and client-side equipment
CN103116544A (en) * 2013-01-25 2013-05-22 浪潮电子信息产业股份有限公司 Automated cross-platform multi-server multi-application test method
CN103279339B (en) * 2013-04-22 2016-08-10 新浪网技术(中国)有限公司 A kind of code on-line system and method
CN103279339A (en) * 2013-04-22 2013-09-04 新浪网技术(中国)有限公司 Code on-line system and method
CN103530137B (en) * 2013-11-05 2017-10-27 中国联合网络通信集团有限公司 A kind of Java web applications dispositions method and device
CN103530137A (en) * 2013-11-05 2014-01-22 中国联合网络通信集团有限公司 Java web application deploying method and device
CN103546582A (en) * 2013-11-12 2014-01-29 北京京东尚科信息技术有限公司 Method, device and system for backup of application services of server
CN103985003A (en) * 2013-12-25 2014-08-13 北京安码科技有限公司 Novel method and apparatus for supporting automatic monitoring of software engineering quality
CN103729195B (en) * 2014-01-15 2017-04-05 北京奇虎科技有限公司 A kind of control method and system of software version
CN103729195A (en) * 2014-01-15 2014-04-16 北京奇虎科技有限公司 Control method and system for software version
CN104038922B (en) * 2014-05-07 2017-09-01 小米科技有限责任公司 File synchronisation method and relevant apparatus
CN104038922A (en) * 2014-05-07 2014-09-10 小米科技有限责任公司 File synchronization method and related device
CN104021001A (en) * 2014-06-18 2014-09-03 董崇军 Software release method and system
CN105335284B (en) * 2014-08-07 2018-12-28 腾讯科技(深圳)有限公司 A kind of data processing method and device for continuous integration system
CN105335284A (en) * 2014-08-07 2016-02-17 腾讯科技(深圳)有限公司 Data processing method and apparatus for continuous integration system
CN104199715A (en) * 2014-09-10 2014-12-10 南靖万利达科技有限公司 Method and system for compiling different versions of products under same project
CN104360845A (en) * 2014-10-27 2015-02-18 浪潮软件股份有限公司 SVN-based collaborative development construction method
WO2016188059A1 (en) * 2015-05-22 2016-12-01 华为技术有限公司 Method, device, and system for achieving java application installation by cloud compilation
US10904361B2 (en) 2015-05-22 2021-01-26 Huawei Technologies Co., Ltd. Method, apparatus, and system for implementing JAVA application installation by means of cloud compilation
CN105468427A (en) * 2015-11-19 2016-04-06 深圳创维数字技术有限公司 Implementation method and system of automatic compilation and release
CN105549959A (en) * 2015-12-04 2016-05-04 小米科技有限责任公司 Compiling inspection method and device
CN106878362A (en) * 2015-12-11 2017-06-20 展讯通信(上海)有限公司 A kind of client, system and method for beta version more new system
CN105786495B (en) * 2016-02-24 2019-03-01 中国联合网络通信集团有限公司 Software delivery system and method, software development delivery system
CN105786495A (en) * 2016-02-24 2016-07-20 中国联合网络通信集团有限公司 Software issuing system, method and system
CN107153532A (en) * 2016-03-03 2017-09-12 泰康保险集团股份有限公司 Automated production delivery system
CN107291437A (en) * 2016-04-13 2017-10-24 上海思立微电子科技有限公司 Issue bag version information production method, device and terminal
CN105930182A (en) * 2016-04-13 2016-09-07 北京思特奇信息技术股份有限公司 Distributed code version release system and method
CN106020919B (en) * 2016-05-09 2019-06-21 烽火通信科技股份有限公司 A kind of implementation method of one key of multiserver compiling
CN106020919A (en) * 2016-05-09 2016-10-12 烽火通信科技股份有限公司 A realization method for multi-server one-button compiling
CN106055326A (en) * 2016-05-27 2016-10-26 中国农业银行股份有限公司 Program processing method and dispatch server
CN106293811A (en) * 2016-07-28 2017-01-04 北京中电普华信息技术有限公司 A kind of packing and issuing method and device automatically
CN106445806B (en) * 2016-08-26 2019-09-17 北京小米移动软件有限公司 Method for testing software and device
CN106445806A (en) * 2016-08-26 2017-02-22 北京小米移动软件有限公司 Software testing method and device
CN106648814A (en) * 2016-09-21 2017-05-10 北京小米移动软件有限公司 Compiling checking method and device for code, and equipment
CN106557423A (en) * 2016-11-22 2017-04-05 深圳市掌世界网络科技有限公司 A kind of internet code method for automatically releasing and system
CN106980501A (en) * 2017-02-23 2017-07-25 北京小鸟看看科技有限公司 A kind of software package management method, device and system
CN108519874A (en) * 2017-02-27 2018-09-11 腾讯科技(深圳)有限公司 The generation method and device of Python project packets
CN108519874B (en) * 2017-02-27 2022-03-29 腾讯科技(深圳)有限公司 Python project package generation method and device
CN106919398A (en) * 2017-03-06 2017-07-04 山东浪潮云服务信息科技有限公司 A kind of software distribution method and device
CN107015842B (en) * 2017-03-31 2019-12-31 武汉票据交易中心有限公司 Server-side program compiling and publishing management method and system
CN107015842A (en) * 2017-03-31 2017-08-04 武汉票据交易中心有限公司 A kind of management method and system of server compiling and issue
CN107172075A (en) * 2017-06-26 2017-09-15 努比亚技术有限公司 Communication means, system and readable storage medium storing program for executing based on Network Isolation
CN107172075B (en) * 2017-06-26 2021-09-21 努比亚技术有限公司 Communication method, system and readable storage medium based on network isolation
CN107193619A (en) * 2017-07-28 2017-09-22 郑州云海信息技术有限公司 The method and apparatus that a kind of compiled version is automatically updated
CN107193619B (en) * 2017-07-28 2021-02-02 苏州浪潮智能科技有限公司 Method and device for automatically updating compiled version
CN107623735A (en) * 2017-09-26 2018-01-23 天津麒麟信息技术有限公司 Accurate renewal upgrade-system and method based on openssl in a kind of reference machine system
CN107623735B (en) * 2017-09-26 2021-03-16 麒麟软件有限公司 Accurate updating and upgrading system and method based on openssl in credit investigation machine system
CN107704264A (en) * 2017-10-09 2018-02-16 郑州云海信息技术有限公司 Realize the method, apparatus, equipment and computer-readable recording medium of code refactoring
CN107729066A (en) * 2017-11-08 2018-02-23 重庆扬讯软件技术股份有限公司 One kind is based on SVN resources banks automation structure dissemination method and device
CN107704238B (en) * 2017-11-28 2021-06-15 广州市千钧网络科技有限公司 Method and device for packaging items
CN107704238A (en) * 2017-11-28 2018-02-16 广州市千钧网络科技有限公司 A kind of method and device packed to project
CN108829432A (en) * 2018-05-02 2018-11-16 上海康斐信息技术有限公司 A kind of code synchronisation method and system based on code manager
CN109116863A (en) * 2018-08-24 2019-01-01 北京京东尚科信息技术有限公司 Unmanned plane dispatching method, device, system, electronic equipment and readable medium
CN109683905A (en) * 2018-12-24 2019-04-26 国云科技股份有限公司 A kind of system method for automatically releasing
CN109710303A (en) * 2018-12-26 2019-05-03 苏州思必驰信息科技有限公司 The multi version parallel developing method and system of interactive voice product
CN110795105A (en) * 2019-10-29 2020-02-14 许昌许继软件技术有限公司 Automatic compiling and deploying method and system for power distribution automation master station system
CN110990020A (en) * 2019-11-24 2020-04-10 苏州浪潮智能科技有限公司 Software compiling method and device, electronic equipment and storage medium
WO2021098148A1 (en) * 2019-11-24 2021-05-27 苏州浪潮智能科技有限公司 Software compiling method and apparatus, and electronic device and storage medium
CN111124478A (en) * 2019-12-19 2020-05-08 杭州迪普科技股份有限公司 Version management method and device
CN111414172A (en) * 2020-03-18 2020-07-14 时时同云科技(成都)有限责任公司 Automatic deployment and release system and method for application software
CN113495509A (en) * 2020-04-03 2021-10-12 上海汽车集团股份有限公司 Controller flashing method and device
CN111949268A (en) * 2020-06-23 2020-11-17 贝壳技术有限公司 Project compiling method and device, electronic equipment and storage medium
CN112328217A (en) * 2020-11-03 2021-02-05 中国平安人寿保险股份有限公司 Code deployment method, device, system, computer equipment and medium
CN112712332A (en) * 2020-12-22 2021-04-27 宝付网络科技(上海)有限公司 DevOps project release management system
CN112732333A (en) * 2021-04-02 2021-04-30 北京易捷思达科技发展有限公司 Version release method and device for cloud computing linux operating system and electronic equipment
CN113778453A (en) * 2021-09-18 2021-12-10 展讯通信(上海)有限公司 Android platform compiling control method, compiling system, device, medium and equipment

Similar Documents

Publication Publication Date Title
CN102035892A (en) System and method for automatically releasing operating system version and automatically updating software package
US9372784B2 (en) Test system configuration method and system
US8166458B2 (en) Method and system for automated distributed software testing
US9311064B1 (en) Systems and methods for automated centralized build/merge management
CN109791483B (en) Shared software library for computing devices
CN106708740B (en) Script testing method and device
US8677348B1 (en) Method and apparatus for determining least risk install order of software patches
CN109086071A (en) A kind of method and server of management software version information
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
US8713554B1 (en) Automated hotfix handling model
US20150227363A1 (en) Systems and methods for software dependency management
US20060080638A1 (en) Automated multi-platform build and test environment for software application development
US9542173B2 (en) Dependency handling for software extensions
CN110007946B (en) Method, device, equipment and medium for updating algorithm model
US20070234328A1 (en) File handling for test environments
CN109558318B (en) Code management method and code warehouse distributed system
CN108776643A (en) A kind of object code merging control method and system based on Version Control flow
EP4246332A1 (en) System and method for serverless application testing
JP2007004255A (en) Program for debug support
CN115658452A (en) Buried point checking method, buried point checking device, readable storage medium and electronic equipment
US20160335068A1 (en) Checks for software extensions
US7437705B1 (en) System and method for building an application on a computing device which includes an environment-controlling process
US7921417B2 (en) Method and computer system for activation of source files
CN117111907A (en) Software development system
CN104572236B (en) A kind of Taurus projects fast construction building method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20110427