Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EthicalControl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
EthicalControl
Commits
b3cf940a
Commit
b3cf940a
authored
4 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
break out videos upload as separate target
parent
06101685
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+21
-2
21 additions, 2 deletions
build.xml
with
21 additions
and
2 deletions
build.xml
+
21
−
2
View file @
b3cf940a
...
...
@@ -590,9 +590,9 @@ POSSIBILITY OF SUCH DAMAGE.
<target
name=
"upload"
depends=
"zip,scp.uploadEthicalControl.savage"
/>
<target
name=
"scp.uploadEthicalControl.savage"
depends=
"scp.askUsernamePassword.savage"
description=
"scp upload of updated Savage
X3D catalog and javadoc pages, not
including .zip"
>
description=
"scp upload of updated Savage
EthicalControl website,
including .zip"
>
<echo
message=
"scp upload catalog and javadoc pages to sftp://${sftpServer.savage}${sftpDirectory.savage.EthicalControl}"
/>
<scp
remotetodir=
"${username.savage}@${sftpServer.savage}:${sftpDirectory.savage.EthicalControl}"
password=
"${password.savage}"
<scp
remotetodir=
"${username.savage}@${sftpServer.savage}:${sftpDirectory.savage.EthicalControl}"
password=
"${password.savage}"
verbose=
"true"
filemode=
"664"
dirmode=
"775"
>
<fileset
dir=
"."
>
<include
name=
"**/*"
/>
...
...
@@ -602,6 +602,7 @@ POSSIBILITY OF SUCH DAMAGE.
<exclude
name=
"access.properties"
/>
<exclude
name=
".gitignore"
/>
<exclude
name=
"_archive"
/>
<exclude
name=
"documentation/videos/**/*"
/>
<exclude
name=
"nbproject/private"
/>
</fileset>
<fileset
dir=
"."
>
...
...
@@ -615,6 +616,24 @@ POSSIBILITY OF SUCH DAMAGE.
<echo
message=
"upload available at https://${sftpServer.savage}/${sftpDirectory.savage.EthicalControl}"
/>
<echo
message=
"scp.uploadEthicalControl.savage ssh-sftp target complete"
/>
</target>
<target
name=
"scp.uploadEthicalControl.savage.videos"
depends=
"scp.askUsernamePassword.savage"
description=
"scp upload of updated Savage EthicalControl website, including .zip"
>
<echo
message=
"scp upload catalog and javadoc pages to sftp://${sftpServer.savage}${sftpDirectory.savage.EthicalControl}"
/>
<scp
remotetodir=
"${username.savage}@${sftpServer.savage}:${sftpDirectory.savage.EthicalControl}/documentation/videos"
password=
"${password.savage}"
verbose=
"true"
filemode=
"664"
dirmode=
"775"
>
<fileset
dir=
"."
>
<include
name=
"documentation/videos/EthicalControlUnmannedSystems.DataCentricSecurity.2020April16.mp4"
/>
<include
name=
"documentation/videos/EthicalControlUnmannedSystems.NdiaUnderseaWarfare.September2020.mp4"
/>
<include
name=
"documentation/videos/EthicalControlUnmannedSystems.PythonMissionTestingDemoCefaluDecember2020"
/>
<include
name=
"documentation/videos/EthicalControlUnmannedSystemsOverview.Cruser.2020May4.mp4"
/>
<include
name=
"documentation/videos/EthicalControlUnmannedSystemsOverview.UVAS2020Reprise.2020April6.mp4"
/>
<include
name=
"documentation/videos/NDIA_USW_undersea_2020_airforce-blue_web2.png"
/>
</fileset>
</scp>
<echo
message=
"upload available at https://${sftpServer.savage}/${sftpDirectory.savage.EthicalControl}"
/>
<echo
message=
"scp.uploadEthicalControl.savage.videos ssh-sftp target complete"
/>
</target>
<target
name=
"view.gitlab.site"
description=
"view online version control archive in web browser (Netbeans only)"
>
<echo
message=
"https://gitlab.nps.edu/Savage/EthicalControl"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment