mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 14:11:52 +00:00
Rename files replacing - with _
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
+6
-6
@@ -70,12 +70,12 @@ swupd_SOURCES = \
|
||||
src/staging.c \
|
||||
src/stats.c \
|
||||
src/subscriptions.c \
|
||||
src/swupd-build-opts.h \
|
||||
src/swupd-build-variant.h \
|
||||
src/swupd-curl-internal.h \
|
||||
src/swupd-curl.h \
|
||||
src/swupd-error.h \
|
||||
src/swupd-internal.h \
|
||||
src/swupd_build_opts.h \
|
||||
src/swupd_build_variant.h \
|
||||
src/swupd_curl_internal.h \
|
||||
src/swupd_curl.h \
|
||||
src/swupd_error.h \
|
||||
src/swupd_internal.h \
|
||||
src/swupd.h \
|
||||
src/telemetry.c \
|
||||
src/timelist.c \
|
||||
|
||||
+1
-1
@@ -44,8 +44,8 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "swupd-curl-internal.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_curl_internal.h"
|
||||
|
||||
#define SWUPD_CURL_LOW_SPEED_LIMIT 1
|
||||
#define SWUPD_CURL_CONNECT_TIMEOUT 30
|
||||
|
||||
+1
-1
@@ -36,8 +36,8 @@
|
||||
#include "config.h"
|
||||
#include "lib/hashmap.h"
|
||||
#include "lib/thread_pool.h"
|
||||
#include "swupd-curl-internal.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_curl_internal.h"
|
||||
|
||||
#define MAX_RETRIES 5
|
||||
#define RETRY_TIMEOUT 10
|
||||
|
||||
+1
-1
@@ -32,8 +32,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "swupd-build-variant.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_build_variant.h"
|
||||
#include "xattrs.h"
|
||||
|
||||
void hash_assign(const char *src, char *dst)
|
||||
|
||||
+1
-1
@@ -39,8 +39,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "signature.h"
|
||||
#include "swupd-build-variant.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_build_variant.h"
|
||||
#include "verifytime.h"
|
||||
|
||||
void check_root(void)
|
||||
|
||||
+2
-2
@@ -24,9 +24,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "swupd-build-opts.h"
|
||||
#include "swupd-internal.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_build_opts.h"
|
||||
#include "swupd_internal.h"
|
||||
|
||||
struct subcmd {
|
||||
char *name;
|
||||
|
||||
+1
-1
@@ -37,8 +37,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "signature.h"
|
||||
#include "swupd-build-variant.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_build_variant.h"
|
||||
#include "xattrs.h"
|
||||
|
||||
#define MANIFEST_LINE_MAXLEN 8192
|
||||
|
||||
+1
-1
@@ -32,8 +32,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "signature.h"
|
||||
#include "swupd-build-variant.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_build_variant.h"
|
||||
|
||||
/* hysteresis thresholds */
|
||||
/* TODO: update MAX_XFER after bug #562 is fixed.
|
||||
|
||||
+1
-1
@@ -33,8 +33,8 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "swupd-build-variant.h"
|
||||
#include "swupd.h"
|
||||
#include "swupd_build_variant.h"
|
||||
|
||||
/* clean then recreate temporary folder for tar renames */
|
||||
static int create_staging_renamedir(char *rename_tmpdir)
|
||||
|
||||
+2
-2
@@ -16,8 +16,8 @@
|
||||
#include "lib/macros.h"
|
||||
#include "lib/strings.h"
|
||||
#include "lib/sys.h"
|
||||
#include "swupd-curl.h"
|
||||
#include "swupd-error.h"
|
||||
#include "swupd_curl.h"
|
||||
#include "swupd_error.h"
|
||||
#include "timelist.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "swupd-curl.h"
|
||||
#include "swupd_curl.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
Reference in New Issue
Block a user