OSDN Git Service

build-container: fix update_repos.sh script
authorhylom <hylom@users.osdn.me>
Thu, 30 May 2019 12:04:22 +0000 (12:04 +0000)
committerhylom <hylom@users.osdn.me>
Thu, 30 May 2019 12:04:22 +0000 (12:04 +0000)
build-container/Makefile
build-container/update_repos.sh

index b68b243..126430d 100644 (file)
@@ -14,3 +14,6 @@ clean:
        rm -f $(BUILD_DIR)/*.build
        rm -f $(BUILD_DIR)/*.buildinfo
        rm -f $(BUILD_DIR)/*.changes
+
+update_repos:
+       ./update_repos.sh
index 86dfb06..5ceb2f6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
-REPOS_DIR=/var/debian-osdn/debian-osdn
-REPOS_NAME=srad-devel
+REPOS_DIR=/var/local-repos
+REPOS_NAME=newslash
 
 echo copy packages to $REPOS_DIR/$REPOS_NAME/ ...
 cp -f build/*.deb build/*.build* build/*.changes $REPOS_DIR/$REPOS_NAME/